This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-22 19:01:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dd768c56da
linux
/
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 13:00:04 +00: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-22 17:18:57 +00:00
void
integrator_reserve
(
void
)
;
Reference in New Issue
Copy Permalink