diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:08 -0400 |
commit | 05dc8c02bf40090e9ed23932b1980ead48eb8870 (patch) | |
tree | ebf34c90f31b52e1a0c1e6185a50a1470c1b3677 /arch/mips/lasat | |
parent | 112b20a1e849aec8077bbf11fc3de338b62f363a (diff) |
[MIPS] ARC: Get rid of mips_machgroup
This has not been any serious user of this ill conceived thing since the
original invention in like '95.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lasat')
-rw-r--r-- | arch/mips/lasat/prom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/lasat/prom.c b/arch/mips/lasat/prom.c index 4b80fffcf262..209edcc26f07 100644 --- a/arch/mips/lasat/prom.c +++ b/arch/mips/lasat/prom.c | |||
@@ -100,8 +100,6 @@ void __init prom_init(void) | |||
100 | 100 | ||
101 | lasat_init_board_info(); /* Read info from EEPROM */ | 101 | lasat_init_board_info(); /* Read info from EEPROM */ |
102 | 102 | ||
103 | mips_machgroup = MACH_GROUP_LASAT; | ||
104 | |||
105 | /* Get the command line */ | 103 | /* Get the command line */ |
106 | if (argc > 0) { | 104 | if (argc > 0) { |
107 | strncpy(arcs_cmdline, argv[0], CL_SIZE-1); | 105 | strncpy(arcs_cmdline, argv[0], CL_SIZE-1); |