mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 09:26:06 +07:00
a09e64fbc0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
130 B
C
9 lines
130 B
C
/*
|
|
* arch/arm/plat-omap/include/mach/param.h
|
|
*
|
|
*/
|
|
|
|
#ifdef CONFIG_OMAP_32K_TIMER_HZ
|
|
#define HZ CONFIG_OMAP_32K_TIMER_HZ
|
|
#endif
|