receive trampoline addr via parameter of arch_start()

This commit is contained in:
bgerofi@riken.jp
2014-08-18 21:56:45 +09:00
committed by Balazs Gerofi bgerofi@riken.jp
parent a91bf9a13d
commit ff47261337
3 changed files with 6 additions and 5 deletions

View File

@@ -246,7 +246,8 @@ void flush_tlb_single(unsigned long addr);
void *map_fixed_area(unsigned long phys, unsigned long size, int uncachable);
#define AP_TRAMPOLINE 0x10000
extern unsigned long ap_trampoline;
//#define AP_TRAMPOLINE 0x10000
#define AP_TRAMPOLINE_SIZE 0x4000
/* Local is cachable */