eclair: query phys memstart on arm64

Change-Id: I32db1153f5c1e4a217db69d8d55f0d0ccfa07c77
This commit is contained in:
Balazs Gerofi
2020-01-11 22:00:57 +09:00
committed by Masamichi Takagi
parent bf7fd81c1b
commit 32b32f0c4a
6 changed files with 18 additions and 6 deletions

View File

@ -25,7 +25,7 @@ int arch_read_kregs(unsigned long ctx, struct arch_kregs *kregs);
#define NOPHYS ((uintptr_t)-1)
uintptr_t virt_to_phys(uintptr_t va);
int arch_setup_constants(void);
int arch_setup_constants(int mcos_fd);
//#define DEBUG
#ifdef DEBUG