Skip to content

Commit

Permalink
parisc: Use PA_ASM_LEVEL in boot code
Browse files Browse the repository at this point in the history
The LEVEL define clashed with the DRBD code.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v4.14+
  • Loading branch information
Helge Deller committed May 5, 2019
1 parent 1829dda commit bdca5d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/parisc/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__HEAD

ENTRY(startup)
.level LEVEL
.level PA_ASM_LEVEL

#define PSW_W_SM 0x200
#define PSW_W_BIT 36
Expand Down Expand Up @@ -63,7 +63,7 @@ $bss_loop:
load32 BOOTADDR(decompress_kernel),%r3

#ifdef CONFIG_64BIT
.level LEVEL
.level PA_ASM_LEVEL
ssm PSW_W_SM, %r0 /* set W-bit */
depdi 0, 31, 32, %r3
#endif
Expand All @@ -72,7 +72,7 @@ $bss_loop:

startup_continue:
#ifdef CONFIG_64BIT
.level LEVEL
.level PA_ASM_LEVEL
rsm PSW_W_SM, %r0 /* clear W-bit */
#endif

Expand Down

0 comments on commit bdca5d6

Please sign in to comment.