提交 0e680673 编写于 作者: M Milton Miller 提交者: Paul Mackerras

[POWERPC] boot: export flush_cache

Move the declaration of flush_cache to ops.h for use by platform code.
Signed-off-by: NMilton Miller <miltonm@bga.com>
Acked-by: NDavid Gibson <david@gibson.dropbear.id.au>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 65b58039
......@@ -18,8 +18,6 @@
#include "gunzip_util.h"
#include "flatdevtree.h"
extern void flush_cache(void *, unsigned long);
extern char _start[];
extern char __bss_start[];
extern char _end[];
......
......@@ -79,7 +79,7 @@ int serial_console_init(void);
int ns16550_console_init(void *devp, struct serial_console_data *scdp);
void *simple_alloc_init(char *base, u32 heap_size, u32 granularity,
u32 max_allocs);
extern void flush_cache(void *, unsigned long);
static inline void *finddevice(const char *name)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册