notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c87e36d
)
drc: only use 64kb aligned tcache_default if on arm linux
author
kub
<derkub@gmail.com>
Mon, 18 Mar 2024 18:40:01 +0000
(19:40 +0100)
committer
kub
<derkub@gmail.com>
Mon, 18 Mar 2024 18:40:01 +0000
(19:40 +0100)
cpu/drc/cmn.c
patch
|
blob
|
blame
|
history
diff --git
a/cpu/drc/cmn.c
b/cpu/drc/cmn.c
index
b0b7308
..
65ffd04
100644
(file)
--- a/
cpu/drc/cmn.c
+++ b/
cpu/drc/cmn.c
@@
-10,7
+10,7
@@
#include <pico/pico_int.h>
#include "cmn.h"
-#if defined(__
aarch64__) || defined(__VFP_FP__
)
+#if defined(__
linux__) && (defined(__aarch64__) || defined(__VFP_FP__)
)
// might be running on a 64k-page kernel
#define PICO_PAGE_ALIGN 65536
#else