2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

runtime: use KERNELCPU_PAYLOAD_ADDRESS on UP

This commit is contained in:
Sebastien Bourdeauducq 2015-04-05 22:16:51 +08:00
parent 0c62f0f69c
commit f26c53cb35

View File

@ -9,6 +9,7 @@
#include "test_mode.h"
#include "comm.h"
#include "kernelcpu.h"
#include "elf_loader.h"
#include "exceptions.h"
#include "services.h"
@ -16,7 +17,6 @@
#include "dds.h"
#ifdef ARTIQ_AMP
#include "kernelcpu.h"
#include "mailbox.h"
#include "messages.h"
#endif