We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0a9b8 commit 06a2e49Copy full SHA for 06a2e49
arch/parisc/include/asm/processor.h
@@ -287,6 +287,7 @@ extern int _parisc_requires_coherency;
287
#endif
288
289
extern int running_on_qemu;
290
+extern int parisc_narrow_firmware;
291
292
extern void __noreturn toc_intr(struct pt_regs *regs);
293
extern void toc_handler(void);
arch/parisc/kernel/setup.c
@@ -100,9 +100,6 @@ static void __init dma_ops_init(void)
100
101
void __init setup_arch(char **cmdline_p)
102
{
103
-#ifdef CONFIG_64BIT
104
- extern int parisc_narrow_firmware;
105
-#endif
106
unwind_init();
107
108
init_per_cpu(smp_processor_id()); /* Set Modes & Enable FP */
0 commit comments