Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / um / include / common-offsets.h
blob461175f8b1d9da4b4c14f21616ea4ec2016e1409
1 /* for use by sys-$SUBARCH/kernel-offsets.c */
3 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
4 #ifdef CONFIG_MODE_TT
5 OFFSET(HOST_TASK_EXTERN_PID, task_struct, thread.mode.tt.extern_pid);
6 #endif
8 OFFSET(HOST_TASK_REGS, task_struct, thread.regs);
9 OFFSET(HOST_TASK_PID, task_struct, pid);
11 DEFINE(UM_KERN_PAGE_SIZE, PAGE_SIZE);
12 DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
14 DEFINE_STR(UM_KERN_EMERG, KERN_EMERG);
15 DEFINE_STR(UM_KERN_ALERT, KERN_ALERT);
16 DEFINE_STR(UM_KERN_CRIT, KERN_CRIT);
17 DEFINE_STR(UM_KERN_ERR, KERN_ERR);
18 DEFINE_STR(UM_KERN_WARNING, KERN_WARNING);
19 DEFINE_STR(UM_KERN_NOTICE, KERN_NOTICE);
20 DEFINE_STR(UM_KERN_INFO, KERN_INFO);
21 DEFINE_STR(UM_KERN_DEBUG, KERN_DEBUG);
23 DEFINE(UM_ELF_CLASS, ELF_CLASS);
24 DEFINE(UM_ELFCLASS32, ELFCLASS32);
25 DEFINE(UM_ELFCLASS64, ELFCLASS64);
27 /* For crypto assembler code. */
28 DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));