s390/entry: sort out physical vs virtual pointers usage in sie64a
[linux-2.6-microblaze.git] / arch / s390 / kernel / asm-offsets.c
index d8ce965..3f8e760 100644 (file)
@@ -62,6 +62,7 @@ int main(void)
        OFFSET(__SF_SIE_SAVEAREA, stack_frame, sie_savearea);
        OFFSET(__SF_SIE_REASON, stack_frame, sie_reason);
        OFFSET(__SF_SIE_FLAGS, stack_frame, sie_flags);
+       OFFSET(__SF_SIE_CONTROL_PHYS, stack_frame, sie_control_block_phys);
        DEFINE(STACK_FRAME_OVERHEAD, sizeof(struct stack_frame));
        BLANK();
        /* idle data offsets */