On Tue, 2015-21-07 at 06:58:46 UTC, Anshuman Khandual wrote:
> From: "[email protected]" <[email protected]>
>
> This patch adds some more elements to the existing PACA dump list
> inside a xmon session which can be listed here.
>
> - hmi_event_available
> - dscr_default
> - vmalloc_sllp
> - slb_cache_ptr
> - sprg_vdso
> - tm_scratch
> - core_idle_state_ptr
> - thread_idle_state
> - thread_mask
This is probably OK, except you broke the ppc64e build again.
cheers
../arch/powerpc/xmon/xmon.c: In function âdump_one_pacaâ:
../arch/powerpc/xmon/xmon.c:2095:63: error: âstruct paca_structâ has no
member named âvmalloc_sllpâ
printf(" %-*s = %#-*"format"\t(0x%lx)\n", 20, #name, 18, paca->name, \
^
../arch/powerpc/xmon/xmon.c:2114:2: note: in expansion of macro âDUMPâ
DUMP(p, vmalloc_sllp, "x");
^
In file included from ../include/linux/compiler.h:56:0,
from ../include/uapi/linux/stddef.h:1,
from ../include/linux/stddef.h:4,
from ../include/uapi/linux/posix_types.h:4,
from ../include/uapi/linux/types.h:13,
from ../include/linux/types.h:5,
from ../include/uapi/linux/capability.h:16,
from ../include/linux/capability.h:15,
from ../include/linux/sched.h:15,
from ../arch/powerpc/xmon/xmon.c:14:
../include/linux/compiler-gcc.h:158:2: error: âstruct paca_structâ has no
member named âvmalloc_sllpâ
__builtin_offsetof(a, b)
^
../include/linux/stddef.h:16:32: note: in expansion of macro
â__compiler_offsetofâ
#define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
^
../arch/powerpc/xmon/xmon.c:2096:3: note: in expansion of macro âoffsetofâ
offsetof(struct paca_struct, name));
^
../arch/powerpc/xmon/xmon.c:2114:2: note: in expansion of macro âDUMPâ
DUMP(p, vmalloc_sllp, "x");
^
../arch/powerpc/xmon/xmon.c:2095:63: error: âstruct paca_structâ has no
member named âslb_cache_ptrâ
printf(" %-*s = %#-*"format"\t(0x%lx)\n", 20, #name, 18, paca->name, \
^
../arch/powerpc/xmon/xmon.c:2115:2: note: in expansion of macro âDUMPâ
DUMP(p, slb_cache_ptr, "x");
^
In file included from ../include/linux/compiler.h:56:0,
from ../include/uapi/linux/stddef.h:1,
from ../include/linux/stddef.h:4,
from ../include/uapi/linux/posix_types.h:4,
from ../include/uapi/linux/types.h:13,
from ../include/linux/types.h:5,
from ../include/uapi/linux/capability.h:16,
from ../include/linux/capability.h:15,
from ../include/linux/sched.h:15,
from ../arch/powerpc/xmon/xmon.c:14:
../include/linux/compiler-gcc.h:158:2: error: âstruct paca_structâ has no
member named âslb_cache_ptrâ
__builtin_offsetof(a, b)
^
../include/linux/stddef.h:16:32: note: in expansion of macro
â__compiler_offsetofâ
#define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
^
../arch/powerpc/xmon/xmon.c:2096:3: note: in expansion of macro âoffsetofâ
offsetof(struct paca_struct, name));
^
../arch/powerpc/xmon/xmon.c:2115:2: note: in expansion of macro âDUMPâ
DUMP(p, slb_cache_ptr, "x");
^
../arch/powerpc/xmon/xmon.c:2116:19: error: âstruct paca_structâ has no
member named âslb_cache_ptrâ
for (i = 0; i < p->slb_cache_ptr; i++)
^
../arch/powerpc/xmon/xmon.c:2117:50: error: âstruct paca_structâ has no
member named âslb_cacheâ
printf(" slb_cache[%d]: = 0x%lx\n", i, p->slb_cache[i]);
^
make[2]: *** [arch/powerpc/xmon/xmon.o] Error 1
make[1]: *** [arch/powerpc/xmon] Error 2
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://lists.ozlabs.org/listinfo/linuxppc-dev