convert 'memory' sysdev_class to a regular subsystem
[pandora-kernel.git] / arch / powerpc / kernel / asm-offsets.c
index 7c5324f..cc20b0a 100644 (file)
@@ -79,6 +79,7 @@ int main(void)
        DEFINE(SIGSEGV, SIGSEGV);
        DEFINE(NMI_MASK, NMI_MASK);
        DEFINE(THREAD_DSCR, offsetof(struct thread_struct, dscr));
+       DEFINE(THREAD_DSCR_INHERIT, offsetof(struct thread_struct, dscr_inherit));
 #else
        DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
 #endif /* CONFIG_PPC64 */