Skip to content

Commit

Permalink
runtime: use KERNELCPU_PAYLOAD_ADDRESS on UP
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 5, 2015
1 parent 0c62f0f commit f26c53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/runtime/main.c
Original file line number Diff line number Diff line change
@@ -9,14 +9,14 @@

#include "test_mode.h"
#include "comm.h"
#include "kernelcpu.h"
#include "elf_loader.h"
#include "exceptions.h"
#include "services.h"
#include "rtio.h"
#include "dds.h"

#ifdef ARTIQ_AMP
#include "kernelcpu.h"
#include "mailbox.h"
#include "messages.h"
#endif

0 comments on commit f26c53c

Please sign in to comment.