This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
24027
Commits
6
Branches
0
Tags
1.2 GiB
Tree:
3747b36eea
kernel_samsung_sm7125
/
arch
/
mips
/
qemu
/
q-mem.c
7 lines
91 B
Raw
Normal View
History
Unescape
Escape
[PATCH] mips: add support for Qemu system architecture Add support for the virtual MIPS system that is emulated by Qemu. See http://www.linux-mips.org/wiki/Qemu for a detailed current status. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
20 years ago
#
include
<linux/init.h>
unsigned
long
__init
prom_free_prom_memory
(
void
)
{
return
0UL
;
}