aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/syscall.S
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2019-05-05 23:54:34 +0200
committerHelge Deller <deller@gmx.de>2019-05-06 00:09:56 +0200
commit1829dda0e87f4462782ca81be474c7890efe31ce (patch)
treee97a28eee010a400ed24993b1d76d7e123471197 /arch/parisc/kernel/syscall.S
parentparisc: Update huge TLB page support to use per-pagetable spinlock (diff)
downloadlinux-dev-1829dda0e87f4462782ca81be474c7890efe31ce.tar.xz
linux-dev-1829dda0e87f4462782ca81be474c7890efe31ce.zip
parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code
LEVEL is a very common word, and now after many years it suddenly clashed with another LEVEL define in the DRBD code. Rename it to PA_ASM_LEVEL instead. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Helge Deller <deller@gmx.de> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'arch/parisc/kernel/syscall.S')
-rw-r--r--arch/parisc/kernel/syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/syscall.S b/arch/parisc/kernel/syscall.S
index e2b4c8d81275..e54d5e4d3489 100644
--- a/arch/parisc/kernel/syscall.S
+++ b/arch/parisc/kernel/syscall.S
@@ -48,7 +48,7 @@ registers).
*/
#define KILL_INSN break 0,0
- .level LEVEL
+ .level PA_ASM_LEVEL
.text