Loading arch/mips/generic/proc.c +5 −0 Original line number Diff line number Diff line Loading @@ -8,11 +8,16 @@ #include <asm/bootinfo.h> char *system_type; const char *get_system_type(void) { const char *str; int err; if (system_type) return system_type; err = of_property_read_string(of_root, "model", &str); if (!err) return str; Loading Loading
arch/mips/generic/proc.c +5 −0 Original line number Diff line number Diff line Loading @@ -8,11 +8,16 @@ #include <asm/bootinfo.h> char *system_type; const char *get_system_type(void) { const char *str; int err; if (system_type) return system_type; err = of_property_read_string(of_root, "model", &str); if (!err) return str; Loading