s390/asm-offsets: remove unused defines
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 4 Mar 2022 14:14:06 +0000 (15:14 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Mar 2022 23:33:01 +0000 (00:33 +0100)
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/asm-offsets.c

index a496b08..c253d3f 100644 (file)
@@ -50,9 +50,7 @@ int main(void)
        BLANK();
        /* idle data offsets */
        OFFSET(__CLOCK_IDLE_ENTER, s390_idle_data, clock_idle_enter);
-       OFFSET(__CLOCK_IDLE_EXIT, s390_idle_data, clock_idle_exit);
        OFFSET(__TIMER_IDLE_ENTER, s390_idle_data, timer_idle_enter);
-       OFFSET(__TIMER_IDLE_EXIT, s390_idle_data, timer_idle_exit);
        OFFSET(__MT_CYCLES_ENTER, s390_idle_data, mt_cycles_enter);
        BLANK();
        /* hardware defined lowcore locations 0x000 - 0x1ff */
@@ -123,9 +121,6 @@ int main(void)
        OFFSET(__LC_USER_ASCE, lowcore, user_asce);
        OFFSET(__LC_LPP, lowcore, lpp);
        OFFSET(__LC_CURRENT_PID, lowcore, current_pid);
-       OFFSET(__LC_PERCPU_OFFSET, lowcore, percpu_offset);
-       OFFSET(__LC_MACHINE_FLAGS, lowcore, machine_flags);
-       OFFSET(__LC_PREEMPT_COUNT, lowcore, preempt_count);
        OFFSET(__LC_GMAP, lowcore, gmap);
        OFFSET(__LC_BR_R1, lowcore, br_r1_trampoline);
        OFFSET(__LC_LAST_BREAK, lowcore, last_break);