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
1 changed files with 1 additions and 1 deletions

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