3 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
5 * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP
6 * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu>
7 * Adapted for Power Macintosh by Paul Mackerras.
8 * Low-level exception handlers and MMU support
9 * rewritten by Paul Mackerras.
10 * Copyright (C) 1996 Paul Mackerras.
12 * Adapted for 64bit PowerPC by Dave Engebretsen, Peter Bergner, and
13 * Mike Corrigan {engebret|bergner|mikejc}@us.ibm.com
15 * This file contains the entry point for the 64-bit kernel along
16 * with some early initialization code common to all 64-bit powerpc
19 * This program is free software; you can redistribute it and/or
20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version
22 * 2 of the License, or (at your option) any later version.
25 #include <linux/threads.h>
26 #include <linux/init.h>
30 #include <asm/ppc_asm.h>
31 #include <asm/head-64.h>
32 #include <asm/asm-offsets.h>
34 #include <asm/cputable.h>
35 #include <asm/setup.h>
36 #include <asm/hvcall.h>
37 #include <asm/thread_info.h>
38 #include <asm/firmware.h>
39 #include <asm/page_64.h>
40 #include <asm/irqflags.h>
41 #include <asm/kvm_book3s_asm.h>
42 #include <asm/ptrace.h>
43 #include <asm/hw_irq.h>
44 #include <asm/cputhreads.h>
45 #include <asm/ppc-opcode.h>
46 #include <asm/export.h>
48 /* The physical memory is laid out such that the secondary processor
49 * spin code sits at 0x0000...0x00ff. On server, the vectors follow
50 * using the layout described in exceptions-64s.S
54 * Entering into this code we make the following assumptions:
56 * For pSeries or server processors:
57 * 1. The MMU is off & open firmware is running in real mode.
58 * 2. The primary CPU enters at __start.
59 * 3. If the RTAS supports "query-cpu-stopped-state", then secondary
60 * CPUs will enter as directed by "start-cpu" RTAS call, which is
61 * generic_secondary_smp_init, with PIR in r3.
62 * 4. Else the secondary CPUs will enter at secondary_hold (0x60) as
63 * directed by the "start-cpu" RTS call, with PIR in r3.
64 * -or- For OPAL entry:
65 * 1. The MMU is off, processor in HV mode.
66 * 2. The primary CPU enters at 0 with device-tree in r3, OPAL base
67 * in r8, and entry in r9 for debugging purposes.
68 * 3. Secondary CPUs enter as directed by OPAL_START_CPU call, which
69 * is at generic_secondary_smp_init, with PIR in r3.
71 * For Book3E processors:
72 * 1. The MMU is on running in AS0 in a state defined in ePAPR
73 * 2. The kernel is entered at __start
76 OPEN_FIXED_SECTION(first_256B, 0x0, 0x100)
77 USE_FIXED_SECTION(first_256B)
79 * Offsets are relative from the start of fixed section, and
80 * first_256B starts at 0. Offsets are a bit easier to use here
81 * than the fixed section entry macros.
85 /* NOP this out unconditionally */
88 b __start_initialization_multiplatform
91 /* Catch branch to 0 in real mode */
94 /* Secondary processors spin on this value until it becomes non-zero.
95 * When non-zero, it contains the real address of the function the cpu
99 .globl __secondary_hold_spinloop
100 __secondary_hold_spinloop:
103 /* Secondary processors write this value with their cpu # */
104 /* after they enter the spin loop immediately below. */
105 .globl __secondary_hold_acknowledge
106 __secondary_hold_acknowledge:
109 #ifdef CONFIG_RELOCATABLE
110 /* This flag is set to 1 by a loader if the kernel should run
111 * at the loaded address instead of the linked address. This
112 * is used by kexec-tools to keep the the kdump kernel in the
113 * crash_kernel region. The loader is responsible for
114 * observing the alignment requirement.
117 #ifdef CONFIG_RELOCATABLE_TEST
118 #define RUN_AT_LOAD_DEFAULT 1 /* Test relocation, do not copy to 0 */
120 #define RUN_AT_LOAD_DEFAULT 0x72756e30 /* "run0" -- relocate to 0 by default */
123 /* Do not move this variable as kexec-tools knows about it. */
127 DEFINE_FIXED_SYMBOL(__run_at_load)
128 .long RUN_AT_LOAD_DEFAULT
133 * The following code is used to hold secondary processors
134 * in a spin loop after they have entered the kernel, but
135 * before the bulk of the kernel has been relocated. This code
136 * is relocated to physical address 0x60 before prom_init is run.
137 * All of it must fit below the first exception vector at 0x100.
138 * Use .globl here not _GLOBAL because we want __secondary_hold
139 * to be the actual text address, not a descriptor.
141 .globl __secondary_hold
144 #ifndef CONFIG_PPC_BOOK3E
147 mtmsrd r24 /* RI on */
149 /* Grab our physical cpu number */
151 /* stash r4 for book3e */
154 /* Tell the master cpu we're here */
155 /* Relocation is off & we are located at an address less */
156 /* than 0x100, so only need to grab low order offset. */
157 std r24,(ABS_ADDR(__secondary_hold_acknowledge))(0)
161 #ifdef CONFIG_PPC_BOOK3E
164 /* All secondary cpus wait here until told to start. */
165 100: ld r12,(ABS_ADDR(__secondary_hold_spinloop))(r26)
169 #if defined(CONFIG_SMP) || defined(CONFIG_KEXEC_CORE)
170 #ifdef CONFIG_PPC_BOOK3E
176 * it may be the case that other platforms have r4 right to
177 * begin with, this gives us some safety in case it is not
179 #ifdef CONFIG_PPC_BOOK3E
184 /* Make sure that patched code is visible */
190 CLOSE_FIXED_SECTION(first_256B)
192 /* This value is used to mark exception frames on the stack. */
195 .tc ID_72656773_68657265[TC],0x7265677368657265
199 * On server, we include the exception vectors code here as it
200 * relies on absolute addressing which is only possible within
201 * this compilation unit
203 #ifdef CONFIG_PPC_BOOK3S
204 #include "exceptions-64s.S"
206 OPEN_TEXT_SECTION(0x100)
211 #ifdef CONFIG_PPC_BOOK3E
213 * The booting_thread_hwid holds the thread id we want to boot in cpu
214 * hotplug case. It is set by cpu hotplug code, and is invalid by default.
215 * The thread id is the same as the initial value of SPRN_PIR[THREAD_ID]
218 .globl booting_thread_hwid
220 .long INVALID_THREAD_HWID
223 * start a thread in the same core
225 * r3 = the thread physical id
226 * r4 = the entry point where thread starts
228 _GLOBAL(book3e_start_thread)
229 LOAD_REG_IMMEDIATE(r5, MSR_KERNEL)
234 /* If the thread id is invalid, just exit. */
252 * stop a thread in the same core
254 * r3 = the thread physical id
256 _GLOBAL(book3e_stop_thread)
261 /* If the thread id is invalid, just exit. */
270 _GLOBAL(fsl_secondary_thread_init)
273 /* Enable branch prediction */
275 ori r3,r3,BUCSR_INIT@l
280 * Fix PIR to match the linear numbering in the device tree.
282 * On e6500, the reset value of PIR uses the low three bits for
283 * the thread within a core, and the upper bits for the core
284 * number. There are two threads per core, so shift everything
285 * but the low bit right by two bits so that the cpu numbering is
288 * If the old value of BUCSR is non-zero, this thread has run
289 * before. Thus, we assume we are coming from kexec or a similar
290 * scenario, and PIR is already set to the correct value. This
291 * is a bit of a hack, but there are limited opportunities for
292 * getting information into the thread and the alternatives
293 * seemed like they'd be overkill. We can't tell just by looking
294 * at the old PIR value which state it's in, since the same value
295 * could be valid for one thread out of reset and for a different
302 rlwimi r3, r3, 30, 2, 30
307 _GLOBAL(generic_secondary_thread_init)
310 /* turn on 64-bit mode */
313 /* get a valid TOC pointer, wherever we're mapped at */
317 #ifdef CONFIG_PPC_BOOK3E
318 /* Book3E initialization */
320 bl book3e_secondary_thread_init
322 b generic_secondary_common_init
325 * On pSeries and most other platforms, secondary processors spin
326 * in the following code.
327 * At entry, r3 = this processor's number (physical cpu id)
329 * On Book3E, r4 = 1 to indicate that the initial TLB entry for
330 * this core already exists (setup via some other mechanism such
331 * as SCOM before entry).
333 _GLOBAL(generic_secondary_smp_init)
338 /* turn on 64-bit mode */
341 /* get a valid TOC pointer, wherever we're mapped at */
345 #ifdef CONFIG_PPC_BOOK3E
346 /* Book3E initialization */
349 bl book3e_secondary_core_init
352 * After common core init has finished, check if the current thread is the
353 * one we wanted to boot. If not, start the specified thread and stop the
356 LOAD_REG_ADDR(r4, booting_thread_hwid)
358 li r5, INVALID_THREAD_HWID
363 * The value of booting_thread_hwid has been stored in r3,
364 * so make it invalid.
369 * Get the current thread id and check if it is the one we wanted.
370 * If not, start the one specified in booting_thread_hwid and stop
371 * the current thread.
377 /* start the specified thread */
378 LOAD_REG_ADDR(r5, fsl_secondary_thread_init)
380 bl book3e_start_thread
382 /* stop the current thread */
384 bl book3e_stop_thread
390 generic_secondary_common_init:
391 /* Set up a paca value for this processor. Since we have the
392 * physical cpu id in r24, we need to search the pacas to find
393 * which logical id maps to our physical one.
395 LOAD_REG_ADDR(r13, paca) /* Load paca pointer */
396 ld r13,0(r13) /* Get base vaddr of paca array */
398 addi r13,r13,PACA_SIZE /* know r13 if used accidentally */
399 b kexec_wait /* wait for next kernel if !SMP */
401 LOAD_REG_ADDR(r7, nr_cpu_ids) /* Load nr_cpu_ids address */
402 lwz r7,0(r7) /* also the max paca allocated */
403 li r5,0 /* logical cpu id */
404 1: lhz r6,PACAHWCPUID(r13) /* Load HW procid from paca */
405 cmpw r6,r24 /* Compare to our id */
407 addi r13,r13,PACA_SIZE /* Loop to next PACA on miss */
409 cmpw r5,r7 /* Check if more pacas exist */
412 mr r3,r24 /* not found, copy phys to r3 */
413 b kexec_wait /* next kernel might do better */
416 #ifdef CONFIG_PPC_BOOK3E
417 addi r12,r13,PACA_EXTLB /* and TLB exc frame in another */
418 mtspr SPRN_SPRG_TLB_EXFRAME,r12
421 /* From now on, r24 is expected to be logical cpuid */
424 /* See if we need to call a cpu state restore handler */
425 LOAD_REG_ADDR(r23, cur_cpu_spec)
427 ld r12,CPU_SPEC_RESTORE(r23)
430 #ifdef PPC64_ELF_ABI_v1
436 3: LOAD_REG_ADDR(r3, spinning_secondaries) /* Decrement spinning_secondaries */
444 lbz r23,PACAPROCSTART(r13) /* Test if this processor should */
447 beq 4b /* Loop until told to go */
449 sync /* order paca.run and cur_cpu_spec */
450 isync /* In case code patching happened */
452 /* Create a temp kernel stack for use before relocation is on. */
453 ld r1,PACAEMERGSP(r13)
454 subi r1,r1,STACK_FRAME_OVERHEAD
461 * Assumes we're mapped EA == RA if the MMU is on.
463 #ifdef CONFIG_PPC_BOOK3S
466 andi. r0,r3,MSR_IR|MSR_DR
474 b . /* prevent speculative execution */
479 * Here is our main kernel entry point. We support currently 2 kind of entries
480 * depending on the value of r5.
482 * r5 != NULL -> OF entry, we go to prom_init, "legacy" parameter content
485 * r5 == NULL -> kexec style entry. r3 is a physical pointer to the
486 * DT block, r4 is a physical pointer to the kernel itself
489 __start_initialization_multiplatform:
490 /* Make sure we are running in 64 bits mode */
493 /* Get TOC pointer (current runtime address) */
496 /* find out where we are now */
498 0: mflr r26 /* r26 = runtime addr here */
499 addis r26,r26,(_stext - 0b)@ha
500 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */
503 * Are we booted from a PROM Of-type client-interface ?
507 b __boot_from_prom /* yes -> prom */
509 /* Save parameters */
512 #ifdef CONFIG_PPC_EARLY_DEBUG_OPAL
513 /* Save OPAL entry */
518 #ifdef CONFIG_PPC_BOOK3E
519 bl start_initialization_book3e
522 /* Setup some critical 970 SPRs before switching MMU off */
525 cmpwi r0,0x39 /* 970 */
527 cmpwi r0,0x3c /* 970FX */
529 cmpwi r0,0x44 /* 970MP */
531 cmpwi r0,0x45 /* 970GX */
533 1: bl __cpu_preinit_ppc970
536 /* Switch off MMU if not already off */
539 #endif /* CONFIG_PPC_BOOK3E */
542 #ifdef CONFIG_PPC_OF_BOOT_TRAMPOLINE
543 /* Save parameters */
551 * Align the stack to 16-byte boundary
552 * Depending on the size and layout of the ELF sections in the initial
553 * boot binary, the stack pointer may be unaligned on PowerMac
557 #ifdef CONFIG_RELOCATABLE
558 /* Relocate code for where we are now */
563 /* Restore parameters */
570 /* Do all of the interaction with OF client interface */
573 #endif /* #CONFIG_PPC_OF_BOOT_TRAMPOLINE */
575 /* We never return. We also hit that trap if trying to boot
576 * from OF while CONFIG_PPC_OF_BOOT_TRAMPOLINE isn't selected */
580 #ifdef CONFIG_RELOCATABLE
581 /* process relocations for the final address of the kernel */
582 lis r25,PAGE_OFFSET@highest /* compute virtual base of kernel */
584 #if defined(CONFIG_PPC_BOOK3E)
585 tovirt(r26,r26) /* on booke, we already run at PAGE_OFFSET */
587 lwz r7,(FIXED_SYMBOL_ABS_ADDR(__run_at_load))(r26)
588 #if defined(CONFIG_PPC_BOOK3E)
591 cmplwi cr0,r7,1 /* flagged to stay where we are ? */
596 #if defined(CONFIG_PPC_BOOK3E)
597 /* IVPR needs to be set after relocation. */
603 * We need to run with _stext at physical address PHYSICAL_START.
604 * This will leave some code in the first 256B of
605 * real memory, which are reserved for software use.
607 * Note: This process overwrites the OF exception vectors.
609 li r3,0 /* target addr */
610 #ifdef CONFIG_PPC_BOOK3E
611 tovirt(r3,r3) /* on booke, we already run at PAGE_OFFSET */
613 mr. r4,r26 /* In some cases the loader may */
614 #if defined(CONFIG_PPC_BOOK3E)
617 beq 9f /* have already put us at zero */
618 li r6,0x100 /* Start offset, the first 0x100 */
619 /* bytes were copied earlier. */
621 #ifdef CONFIG_RELOCATABLE
623 * Check if the kernel has to be running as relocatable kernel based on the
624 * variable __run_at_load, if it is set the kernel is treated as relocatable
625 * kernel, otherwise it will be moved to PHYSICAL_START
627 #if defined(CONFIG_PPC_BOOK3E)
628 tovirt(r26,r26) /* on booke, we already run at PAGE_OFFSET */
630 lwz r7,(FIXED_SYMBOL_ABS_ADDR(__run_at_load))(r26)
634 #ifdef CONFIG_PPC_BOOK3E
635 LOAD_REG_ADDR(r5, __end_interrupts)
636 LOAD_REG_ADDR(r11, _stext)
639 /* just copy interrupts */
640 LOAD_REG_IMMEDIATE(r5, FIXED_SYMBOL_ABS_ADDR(__end_interrupts))
645 /* # bytes of memory to copy */
646 lis r5,(ABS_ADDR(copy_to_here))@ha
647 addi r5,r5,(ABS_ADDR(copy_to_here))@l
649 bl copy_and_flush /* copy the first n bytes */
650 /* this includes the code being */
652 /* Jump to the copy of this code that we just made */
653 addis r8,r3,(ABS_ADDR(4f))@ha
654 addi r12,r8,(ABS_ADDR(4f))@l
659 p_end: .8byte _end - copy_to_here
663 * Now copy the rest of the kernel up to _end, add
664 * _end - copy_to_here to the copy limit and run again.
666 addis r8,r26,(ABS_ADDR(p_end))@ha
667 ld r8,(ABS_ADDR(p_end))@l(r8)
669 5: bl copy_and_flush /* copy the rest */
671 9: b start_here_multiplatform
674 * Copy routine used to copy the kernel to start at physical address 0
675 * and flush and invalidate the caches as needed.
676 * r3 = dest addr, r4 = source addr, r5 = copy limit, r6 = start offset
677 * on exit, r3, r4, r5 are unchanged, r6 is updated to be >= r5.
679 * Note: this routine *only* clobbers r0, r6 and lr
681 _GLOBAL(copy_and_flush)
684 4: li r0,8 /* Use the smallest common */
685 /* denominator cache line */
686 /* size. This results in */
687 /* extra cache line flushes */
688 /* but operation is correct. */
689 /* Can't get cache line size */
690 /* from NACA as it is being */
693 mtctr r0 /* put # words/line in ctr */
694 3: addi r6,r6,8 /* copy a cache line */
698 dcbst r6,r3 /* write it to memory */
700 icbi r6,r3 /* flush the icache line */
713 #ifdef CONFIG_PPC_PMAC
715 * On PowerMac, secondary processors starts from the reset vector, which
716 * is temporarily turned into a call to one of the functions below.
721 .globl __secondary_start_pmac_0
722 __secondary_start_pmac_0:
723 /* NB the entries for cpus 0, 1, 2 must each occupy 8 bytes. */
733 _GLOBAL(pmac_secondary_start)
734 /* turn on 64-bit mode */
739 rldimi r3,r0,40,23 /* clear bit 23 (rm_ci) */
746 /* get TOC pointer (real address) */
750 /* Copy some CPU settings from CPU 0 */
751 bl __restore_cpu_ppc970
753 /* pSeries do that early though I don't think we really need it */
756 mtmsrd r3 /* RI on */
758 /* Set up a paca value for this processor. */
759 LOAD_REG_ADDR(r4,paca) /* Load paca pointer */
760 ld r4,0(r4) /* Get base vaddr of paca array */
761 mulli r13,r24,PACA_SIZE /* Calculate vaddr of right paca */
762 add r13,r13,r4 /* for this processor. */
763 SET_PACA(r13) /* Save vaddr of paca in an SPRG*/
765 /* Mark interrupts soft and hard disabled (they might be enabled
766 * in the PACA when doing hotplug)
769 stb r0,PACAIRQSOFTMASK(r13)
770 li r0,PACA_IRQ_HARD_DIS
771 stb r0,PACAIRQHAPPENED(r13)
773 /* Create a temp kernel stack for use before relocation is on. */
774 ld r1,PACAEMERGSP(r13)
775 subi r1,r1,STACK_FRAME_OVERHEAD
779 #endif /* CONFIG_PPC_PMAC */
782 * This function is called after the master CPU has released the
783 * secondary processors. The execution environment is relocation off.
784 * The paca for this processor has the following fields initialized at
786 * 1. Processor number
787 * 2. Segment table pointer (virtual address)
788 * On entry the following are set:
789 * r1 = stack pointer (real addr of temp stack)
790 * r24 = cpu# (in Linux terms)
791 * r13 = paca virtual address
792 * SPRG_PACA = paca virtual address
797 .globl __secondary_start
799 /* Set thread priority to MEDIUM */
802 /* Initialize the kernel stack */
803 LOAD_REG_ADDR(r3, current_set)
804 sldi r28,r24,3 /* get current_set[cpu#] */
806 addi r14,r14,THREAD_SIZE-STACK_FRAME_OVERHEAD
807 std r14,PACAKSAVE(r13)
809 /* Do early setup for that CPU (SLB and hash table pointer) */
810 bl early_setup_secondary
813 * setup the new stack pointer, but *don't* use this until
818 /* Clear backchain so we get nice backtraces */
822 /* Mark interrupts soft and hard disabled (they might be enabled
823 * in the PACA when doing hotplug)
826 stb r7,PACAIRQSOFTMASK(r13)
827 li r0,PACA_IRQ_HARD_DIS
828 stb r0,PACAIRQHAPPENED(r13)
830 /* enable MMU and jump to start_secondary */
831 LOAD_REG_ADDR(r3, start_secondary_prolog)
832 LOAD_REG_IMMEDIATE(r4, MSR_KERNEL)
837 b . /* prevent speculative execution */
840 * Running with relocation on at this point. All we want to do is
841 * zero the stack back-chain pointer and get the TOC virtual address
842 * before going into C code.
844 start_secondary_prolog:
847 std r3,0(r1) /* Zero the stack frame pointer */
851 * Reset stack pointer and call start_secondary
852 * to continue with online operation when woken up
853 * from cede in cpu offline.
855 _GLOBAL(start_secondary_resume)
856 ld r1,PACAKSAVE(r13) /* Reload kernel stack pointer */
858 std r3,0(r1) /* Zero the stack frame pointer */
864 * This subroutine clobbers r11 and r12
867 mfmsr r11 /* grab the current MSR */
868 #ifdef CONFIG_PPC_BOOK3E
869 oris r11,r11,0x8000 /* CM bit set, we'll set ICM later */
871 #else /* CONFIG_PPC_BOOK3E */
872 li r12,(MSR_64BIT | MSR_ISF)@highest
881 * This puts the TOC pointer into r2, offset by 0x8000 (as expected
882 * by the toolchain). It computes the correct value for wherever we
883 * are running at the moment, using position-independent code.
885 * Note: The compiler constructs pointers using offsets from the
886 * TOC in -mcmodel=medium mode. After we relocate to 0 but before
887 * the MMU is on we need our TOC to be a virtual address otherwise
888 * these pointers will be real addresses which may get stored and
889 * accessed later with the MMU on. We use tovirt() at the call
890 * sites to handle this.
892 _GLOBAL(relative_toc)
896 ld r2,(p_toc - 0b)(r11)
902 p_toc: .8byte __toc_start + 0x8000 - 0b
905 * This is where the main kernel code starts.
907 start_here_multiplatform:
912 /* Clear out the BSS. It may have been done in prom_init,
913 * already but that's irrelevant since prom_init will soon
914 * be detached from the kernel completely. Besides, we need
915 * to clear it now for kexec-style entry.
917 LOAD_REG_ADDR(r11,__bss_stop)
918 LOAD_REG_ADDR(r8,__bss_start)
919 sub r11,r11,r8 /* bss size */
920 addi r11,r11,7 /* round up to an even double word */
921 srdi. r11,r11,3 /* shift right by 3 */
925 mtctr r11 /* zero this many doublewords */
930 #ifdef CONFIG_PPC_EARLY_DEBUG_OPAL
931 /* Setup OPAL entry */
932 LOAD_REG_ADDR(r11, opal)
937 #ifndef CONFIG_PPC_BOOK3E
940 mtmsrd r6 /* RI on */
943 #ifdef CONFIG_RELOCATABLE
944 /* Save the physical address we're running at in kernstart_addr */
945 LOAD_REG_ADDR(r4, kernstart_addr)
950 /* The following gets the stack set up with the regs */
951 /* pointing to the real addr of the kernel stack. This is */
952 /* all done to support the C function call below which sets */
953 /* up the htab. This is done because we have relocated the */
954 /* kernel but are still running in real mode. */
956 LOAD_REG_ADDR(r3,init_thread_union)
958 /* set up a stack pointer */
959 LOAD_REG_IMMEDIATE(r1,THREAD_SIZE)
962 stdu r0,-STACK_FRAME_OVERHEAD(r1)
965 * Do very early kernel initializations, including initial hash table
966 * and SLB setup before we turn on relocation.
969 /* Restore parameters passed from prom_init/kexec */
971 bl early_setup /* also sets r13 and SPRG_PACA */
973 LOAD_REG_ADDR(r3, start_here_common)
978 b . /* prevent speculative execution */
980 /* This is where all platforms converge execution */
983 /* relocation is on at this point */
984 std r1,PACAKSAVE(r13)
986 /* Load the TOC (virtual address) */
989 /* Mark interrupts soft and hard disabled (they might be enabled
990 * in the PACA when doing hotplug)
993 stb r0,PACAIRQSOFTMASK(r13)
994 li r0,PACA_IRQ_HARD_DIS
995 stb r0,PACAIRQHAPPENED(r13)
997 /* Generic kernel entry */
1004 * We put a few things here that have to be page-aligned.
1005 * This stuff goes at the beginning of the bss, which is page-aligned.
1009 * pgd dir should be aligned to PGD_TABLE_SIZE which is 64K.
1010 * We will need to find a better way to fix this
1014 .globl swapper_pg_dir
1016 .space PGD_TABLE_SIZE
1018 .globl empty_zero_page
1021 EXPORT_SYMBOL(empty_zero_page)