Skip to content

Commit bdca5d6

Browse files
committed
parisc: Use PA_ASM_LEVEL in boot code
The LEVEL define clashed with the DRBD code. Reported-by: kbuild test robot <[email protected]> Signed-off-by: Helge Deller <[email protected]> Cc: <[email protected]> # v4.14+
1 parent 1829dda commit bdca5d6

File tree

1 file changed

+3
-3
lines changed
  • arch/parisc/boot/compressed

1 file changed

+3
-3
lines changed

arch/parisc/boot/compressed/head.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__HEAD
2323

2424
ENTRY(startup)
25-
.level LEVEL
25+
.level PA_ASM_LEVEL
2626

2727
#define PSW_W_SM 0x200
2828
#define PSW_W_BIT 36
@@ -63,7 +63,7 @@ $bss_loop:
6363
load32 BOOTADDR(decompress_kernel),%r3
6464

6565
#ifdef CONFIG_64BIT
66-
.level LEVEL
66+
.level PA_ASM_LEVEL
6767
ssm PSW_W_SM, %r0 /* set W-bit */
6868
depdi 0, 31, 32, %r3
6969
#endif
@@ -72,7 +72,7 @@ $bss_loop:
7272

7373
startup_continue:
7474
#ifdef CONFIG_64BIT
75-
.level LEVEL
75+
.level PA_ASM_LEVEL
7676
rsm PSW_W_SM, %r0 /* clear W-bit */
7777
#endif
7878

0 commit comments

Comments
 (0)