mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-30 23:47:07 +08:00
BUS_SPACE(9): Use simple memory model for ARM
This commit is contained in:
parent
241fc324d2
commit
6779ce55bc
@ -214,7 +214,7 @@ bus_space_free(bus_space_tag_t bst __unused, bus_space_handle_t bsh, bus_size_t
|
||||
|
||||
#if defined(__i386__)
|
||||
#include <machine/bus_space-i386.h>
|
||||
#elif defined(__ppc__)
|
||||
#elif defined(__ppc__) || defined(__arm__)
|
||||
#include <machine/bus_space-simple_memory.h>
|
||||
#else
|
||||
#warning "Bus space routines not implemented for this architecture!!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user