mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
drc: only use 64kb aligned tcache_default if on arm linux
This commit is contained in:
parent
c87e36d750
commit
0ef1674dd1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
#include <pico/pico_int.h>
|
#include <pico/pico_int.h>
|
||||||
#include "cmn.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
|
// might be running on a 64k-page kernel
|
||||||
#define PICO_PAGE_ALIGN 65536
|
#define PICO_PAGE_ALIGN 65536
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue