diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-14 17:38:30 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-14 17:38:30 -0500 |
| commit | 172ad9af55d236cb124d67de7314a90dedb50df1 (patch) | |
| tree | ab225ebb0bcab867305fec87308bda97ca060102 /arch/mips/kernel/setup.c | |
| parent | a44007a42dfd8e487537c7b1f8045577b28a4d95 (diff) | |
| parent | 18558cae0272f8fd9647e69d3fec1565a7949865 (diff) | |
Merge 4.5-rc4 into usb-next
We want the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mips/kernel/setup.c')
| -rw-r--r-- | arch/mips/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 569a7d5242dd..5fdaf8bdcd2e 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c | |||
| @@ -782,6 +782,7 @@ static inline void prefill_possible_map(void) {} | |||
| 782 | void __init setup_arch(char **cmdline_p) | 782 | void __init setup_arch(char **cmdline_p) |
| 783 | { | 783 | { |
| 784 | cpu_probe(); | 784 | cpu_probe(); |
| 785 | mips_cm_probe(); | ||
| 785 | prom_init(); | 786 | prom_init(); |
| 786 | 787 | ||
| 787 | setup_early_fdc_console(); | 788 | setup_early_fdc_console(); |
