mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Resolve linking issues with x86_64 port
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
committed by
patacongo
parent
32b79b22ec
commit
a9871f584a
@@ -562,12 +562,12 @@ extern volatile uint8_t gdt64_low_end;
|
||||
|
||||
/* The actual address of the page table and gdt/ist after mapping the kernel in high address*/
|
||||
|
||||
volatile uint64_t *pdpt;
|
||||
volatile uint64_t *pd;
|
||||
volatile uint64_t *pt;
|
||||
extern volatile uint64_t *pdpt;
|
||||
extern volatile uint64_t *pd;
|
||||
extern volatile uint64_t *pt;
|
||||
|
||||
volatile struct ist_s *ist64;
|
||||
volatile struct gdt_entry_s *gdt64;
|
||||
extern volatile struct ist_s *ist64;
|
||||
extern volatile struct gdt_entry_s *gdt64;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
|
||||
Reference in New Issue
Block a user