summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-10-18 19:47:29 +0200
committerHelge Deller <deller@gmx.de>2023-10-30 14:54:40 +0100
commit06a2e4998a0879cb24b0536b26c7a07482ed274e (patch)
treefbeb74561eff8b606ff9f3dfc524c70bbcc5c4c8 /arch/parisc/include/asm
parentfe0a9b8b22248eb74983ae37af9347c1c068012c (diff)
parisc: Move parisc_narrow_firmware variable to header file
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm')
-rw-r--r--arch/parisc/include/asm/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index ff6cbdb6903b..c05d121cf5d0 100644
--- a/arch/parisc/include/asm/processor.h
+++ b/arch/parisc/include/asm/processor.h
@@ -287,6 +287,7 @@ extern int _parisc_requires_coherency;
#endif
extern int running_on_qemu;
+extern int parisc_narrow_firmware;
extern void __noreturn toc_intr(struct pt_regs *regs);
extern void toc_handler(void);