mirror of https://github.com/m-labs/artiq.git
runtime: use KERNELCPU_PAYLOAD_ADDRESS on UP
This commit is contained in:
parent
0c62f0f69c
commit
f26c53cb35
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
#include "test_mode.h"
|
#include "test_mode.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
#include "kernelcpu.h"
|
||||||
#include "elf_loader.h"
|
#include "elf_loader.h"
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "services.h"
|
#include "services.h"
|
||||||
|
@ -16,7 +17,6 @@
|
||||||
#include "dds.h"
|
#include "dds.h"
|
||||||
|
|
||||||
#ifdef ARTIQ_AMP
|
#ifdef ARTIQ_AMP
|
||||||
#include "kernelcpu.h"
|
|
||||||
#include "mailbox.h"
|
#include "mailbox.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue