bsps/powerpc: Fix warning

This commit is contained in:
Sebastian Huber
2017-07-28 13:50:12 +02:00
parent 9379c705a8
commit cd7991b8df

View File

@@ -25,8 +25,6 @@
#include <libcpu/powerpc-utility.h> #include <libcpu/powerpc-utility.h>
#define PPC_CACHE_ALIGNMENT 32
#define WORD_SIZE 4 #define WORD_SIZE 4
#define WORD_MASK (WORD_SIZE - 1) #define WORD_MASK (WORD_SIZE - 1)