Go to the documentation of this file.
17 #include <linux/sched.h>
19 #include <asm/bootinfo.h>
22 #include <asm/mmu_context.h>
25 #include <asm/traps.h>
34 #ifdef CONFIG_SGI_O2MACE_ETH
40 static inline unsigned char str2hexnum(
unsigned char c)
42 if (c >=
'0' && c <=
'9')
44 if (c >=
'a' && c <=
'f')
49 static inline void str2eaddr(
unsigned char *
ea,
unsigned char *
str)
53 for (i = 0; i < 6; i++) {
82 #ifdef CONFIG_SGI_O2MACE_ETH
89 #if defined(CONFIG_SERIAL_CORE_CONSOLE)
92 if (con && *con ==
'd') {