X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fum%2Finclude%2Fcommon-offsets.h;h=356390d1f8b945dbedbb3ce11475fdb309b95926;hb=1f80171e81ed0d08dcdb6efe239d7b929aef498f;hp=0aa620970adb5a4e930f139a649ed3874742e3d6;hpb=95608261dae863bc43292e6fbd946a3abd3aa49f;p=powerpc.git diff --git a/arch/um/include/common-offsets.h b/arch/um/include/common-offsets.h index 0aa620970a..356390d1f8 100644 --- a/arch/um/include/common-offsets.h +++ b/arch/um/include/common-offsets.h @@ -1,7 +1,7 @@ /* for use by sys-$SUBARCH/kernel-offsets.c */ -OFFSET(TASK_REGS, task_struct, thread.regs); -OFFSET(TASK_PID, task_struct, pid); +OFFSET(HOST_TASK_REGS, task_struct, thread.regs); +OFFSET(HOST_TASK_PID, task_struct, pid); DEFINE(UM_KERN_PAGE_SIZE, PAGE_SIZE); DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC); DEFINE_STR(UM_KERN_EMERG, KERN_EMERG); @@ -12,4 +12,6 @@ DEFINE_STR(UM_KERN_WARNING, KERN_WARNING); DEFINE_STR(UM_KERN_NOTICE, KERN_NOTICE); DEFINE_STR(UM_KERN_INFO, KERN_INFO); DEFINE_STR(UM_KERN_DEBUG, KERN_DEBUG); -DEFINE(HOST_ELF_CLASS, ELF_CLASS); +DEFINE(UM_ELF_CLASS, ELF_CLASS); +DEFINE(UM_ELFCLASS32, ELFCLASS32); +DEFINE(UM_ELFCLASS64, ELFCLASS64);