projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c732abe
)
Static-ify function.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 13 Oct 2007 14:00:23 +0000
(14:00 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 13 Oct 2007 14:00:23 +0000
(14:00 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3381
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/mips_r4k.c
patch
|
blob
|
history
diff --git
a/hw/mips_r4k.c
b/hw/mips_r4k.c
index 47b51c7b0df29ea3686c87d49bbe59d5d3a4eebd..ce7aaff9dfd5299be8928b9a41367669cbfbf666 100644
(file)
--- a/
hw/mips_r4k.c
+++ b/
hw/mips_r4k.c
@@
-64,9
+64,10
@@
static CPUReadMemoryFunc *mips_qemu_read[] = {
static int mips_qemu_iomemtype = 0;
-void load_kernel (CPUState *env, int ram_size, const char *kernel_filename,
- const char *kernel_cmdline,
- const char *initrd_filename)
+static void load_kernel (CPUState *env, int ram_size,
+ const char *kernel_filename,
+ const char *kernel_cmdline,
+ const char *initrd_filename)
{
int64_t entry, kernel_low, kernel_high;
long kernel_size, initrd_size;