Skip to content

Commit 06a2e49

Browse files
committed
parisc: Move parisc_narrow_firmware variable to header file
Signed-off-by: Helge Deller <[email protected]>
1 parent fe0a9b8 commit 06a2e49

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

arch/parisc/include/asm/processor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ extern int _parisc_requires_coherency;
287287
#endif
288288

289289
extern int running_on_qemu;
290+
extern int parisc_narrow_firmware;
290291

291292
extern void __noreturn toc_intr(struct pt_regs *regs);
292293
extern void toc_handler(void);

arch/parisc/kernel/setup.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ static void __init dma_ops_init(void)
100100

101101
void __init setup_arch(char **cmdline_p)
102102
{
103-
#ifdef CONFIG_64BIT
104-
extern int parisc_narrow_firmware;
105-
#endif
106103
unwind_init();
107104

108105
init_per_cpu(smp_processor_id()); /* Set Modes & Enable FP */

0 commit comments

Comments
 (0)