diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/boot.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/mips/boot.c b/src/arch/mips/boot.c index 608af7b588..5ab36ec390 100644 --- a/src/arch/mips/boot.c +++ b/src/arch/mips/boot.c @@ -23,8 +23,3 @@ void arch_prog_run(struct prog *prog) doit(cb_tables); } - -int arch_supports_bounce_buffer(void) -{ - return 0; -} |