Go to the documentation of this file.
20 #include <linux/module.h>
22 #include <asm/bootinfo.h>
30 #define parse_even_earlier(res, option, p) \
32 unsigned int tmp __maybe_unused; \
34 if (strncmp(option, (char *)p, strlen(option)) == 0) \
35 tmp = strict_strtol((char *)p + strlen(option"="), 10, &res); \
42 unsigned long bus_clock;
49 l = (
long)*_prom_envp;
56 l = (
long)*_prom_envp;
77 pr_info(
"busclock=%ld, cpuclock=%ld, memsize=%ld, highmemsize=%ld\n",