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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20528
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
7b75b13cda
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7b75b13cda'
${ noResults }
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
;
}