Skip to content

Commit f26c53c

Browse files
committedApr 5, 2015
runtime: use KERNELCPU_PAYLOAD_ADDRESS on UP
1 parent 0c62f0f commit f26c53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎soc/runtime/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
#include "test_mode.h"
1111
#include "comm.h"
12+
#include "kernelcpu.h"
1213
#include "elf_loader.h"
1314
#include "exceptions.h"
1415
#include "services.h"
1516
#include "rtio.h"
1617
#include "dds.h"
1718

1819
#ifdef ARTIQ_AMP
19-
#include "kernelcpu.h"
2020
#include "mailbox.h"
2121
#include "messages.h"
2222
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.