Ignore:
Timestamp:
Jul 19, 2017, 2:30:15 PM (7 years ago)
Author:
max@…
Message:

Launch the secondary CPUs. For now, they all say hello and enter
an infinite loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_boot.h

    r234 r236  
    3737#define ASM_ENTRY(x) \
    3838        .text; ASM_ALIGN_TEXT; .globl x; .type x,@function; x:
     39
     40#define LABEL(x) \
     41        .globl x; .type x,@function; x:
    3942
    4043/* -------------------------------------------------------------------------- */
     
    131134/* -------------------------------------------------------------------------- */
    132135
     136#define SMP_TRAMPOLINE_PA       (2 * PAGE_SIZE)
     137
     138/* -------------------------------------------------------------------------- */
     139
    133140#define KERNEL_VA_SIZE          (NKL2_KIMG_ENTRIES * NBPD_L2)
    134141#define CLUSTERS_BASE_VA        HAL_VA_BASE
Note: See TracChangeset for help on using the changeset viewer.