Jeremy Fitzhardinge wrote:Yes, thanks I did find that. I now have the version below which seems to have what we need... but it hasn't had an effect on the boot startup panic. I'm back to verifying that the assembler effective addresses are correct in the loaded object. ffffffff81911000 D __per_cpu_load 0000000000000000 D per_cpu__pda 0000000000000080 D per_cpu__init_tss . . 000000000000a2d0 d per_cpu__cookie_scratch 000000000000a470 d per_cpu__cookie_scratch 000000000000a604 D ____per_cpu_size Btw, the "percpu : { } :percpu" below removes a linker warning about an empty section. #ifdef CONFIG_HAVE_ZERO_BASED_PER_CPU #define PERCPU(align) \ .data.percpu.abs = .; \ percpu : { } :percpu \ .data.percpu.header : AT(.data.percpu.abs - LOAD_OFFSET) { \ BYTE(0) \ . = ALIGN(align); \ __per_cpu_load = .; \ } \ .data.percpu 0 : AT(__per_cpu_load - LOAD_OFFSET) { \ *(.data.percpu.first) \ *(.data.percpu.shared_aligned) \ *(.data.percpu) \ *(.data.percpu.page_aligned) \ ____per_cpu_size = .; \ } \ . = __per_cpu_load + ____per_cpu_size; --
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss pr |
