This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
e38f5b7450
OpenCloudOS-Kernel
/
arch
/
arm
/
mach-integrator
/
common.h
3 lines
65 B
C
Raw
Normal View
History
Unescape
Escape
ARM: integrator: use new init_early for clock tree init Initialize the clock tree early. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-01-11 21:00:04 +08:00
void
integrator_init_early
(
void
)
;
ARM: Move platform memory reservations out of generic code Move the platform specific bootmem memory reservations out of arch/arm/mm/mmu.c into their respective platform files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-05-23 01:18:57 +08:00
void
integrator_reserve
(
void
)
;