index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
qemu
/
q-mem.c
blob: d174fac43031bf8a067502f8034c750d41c1e1c3 (
plain
)
1
2
3
4
5
6
#include
<linux/init.h>
unsigned
long
__init
prom_free_prom_memory
(
void
)
{
return
0UL
;
}