diff options
Diffstat (limited to 'arch/powerpc/kernel/head_64.S')
| -rw-r--r-- | arch/powerpc/kernel/head_64.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 79da0641bae2..04c546e20cc0 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
| @@ -43,6 +43,7 @@ | |||
| 43 | #include <asm/hw_irq.h> | 43 | #include <asm/hw_irq.h> |
| 44 | #include <asm/cputhreads.h> | 44 | #include <asm/cputhreads.h> |
| 45 | #include <asm/ppc-opcode.h> | 45 | #include <asm/ppc-opcode.h> |
| 46 | #include <asm/export.h> | ||
| 46 | 47 | ||
| 47 | /* The physical memory is laid out such that the secondary processor | 48 | /* The physical memory is laid out such that the secondary processor |
| 48 | * spin code sits at 0x0000...0x00ff. On server, the vectors follow | 49 | * spin code sits at 0x0000...0x00ff. On server, the vectors follow |
| @@ -1002,3 +1003,4 @@ swapper_pg_dir: | |||
| 1002 | .globl empty_zero_page | 1003 | .globl empty_zero_page |
| 1003 | empty_zero_page: | 1004 | empty_zero_page: |
| 1004 | .space PAGE_SIZE | 1005 | .space PAGE_SIZE |
| 1006 | EXPORT_SYMBOL(empty_zero_page) | ||
