summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig.debug
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2021-11-16 15:12:21 +0300
committerHelge Deller <deller@gmx.de>2021-11-18 11:02:00 +0300
commit4017b230c960c9d6c6a19e52bf3df01222dc7737 (patch)
tree38ed2e8dccc240312bf1d8283f194e1226aba74b /arch/arm64/Kconfig.debug
parent8f663eb3b7e8c4c88919be8c42768a8100ca6060 (diff)
downloadlinux-4017b230c960c9d6c6a19e52bf3df01222dc7737.tar.xz
parisc: Wrap assembler related defines inside __ASSEMBLY__
Building allmodconfig shows errors in the gpu/drm/msm snapdragon drivers, because a COND() define is used there which conflicts with the COND() for PA-RISC assembly. Although the snapdragon driver isn't relevant for parisc, it is nevertheless compiled when CONFIG_COMPILE_TEST is defined. Move the COND() define and other PA-RISC mnemonics inside the #ifdef __ASSEMBLY__ part to avoid this conflict. Signed-off-by: Helge Deller <deller@gmx.de> Reported-by: kernel test robot <lkp@intel.com>
Diffstat (limited to 'arch/arm64/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions