Skip to content

Commit 50b7c46

Browse files
hcahcaVasily Gorbik
authored andcommitted
s390/asm-offsets: remove unused defines
Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 6b1ca46 commit 50b7c46

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

arch/s390/kernel/asm-offsets.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ int main(void)
5050
BLANK();
5151
/* idle data offsets */
5252
OFFSET(__CLOCK_IDLE_ENTER, s390_idle_data, clock_idle_enter);
53-
OFFSET(__CLOCK_IDLE_EXIT, s390_idle_data, clock_idle_exit);
5453
OFFSET(__TIMER_IDLE_ENTER, s390_idle_data, timer_idle_enter);
55-
OFFSET(__TIMER_IDLE_EXIT, s390_idle_data, timer_idle_exit);
5654
OFFSET(__MT_CYCLES_ENTER, s390_idle_data, mt_cycles_enter);
5755
BLANK();
5856
/* hardware defined lowcore locations 0x000 - 0x1ff */
@@ -123,9 +121,6 @@ int main(void)
123121
OFFSET(__LC_USER_ASCE, lowcore, user_asce);
124122
OFFSET(__LC_LPP, lowcore, lpp);
125123
OFFSET(__LC_CURRENT_PID, lowcore, current_pid);
126-
OFFSET(__LC_PERCPU_OFFSET, lowcore, percpu_offset);
127-
OFFSET(__LC_MACHINE_FLAGS, lowcore, machine_flags);
128-
OFFSET(__LC_PREEMPT_COUNT, lowcore, preempt_count);
129124
OFFSET(__LC_GMAP, lowcore, gmap);
130125
OFFSET(__LC_BR_R1, lowcore, br_r1_trampoline);
131126
OFFSET(__LC_LAST_BREAK, lowcore, last_break);

0 commit comments

Comments
 (0)