mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
Doh. Remove extra pcpu initialization that I thought was needed, but
isn't needed since we moved all that into mips_pcpu0_init.
This commit is contained in:
parent
49396cced3
commit
3dae97d413
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202997
@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$");
|
||||
#define MAX_APP_DESC_ADDR 0xafffffff
|
||||
#endif
|
||||
|
||||
static struct pcpu pcpu0;
|
||||
extern int *edata;
|
||||
extern int *end;
|
||||
|
||||
@ -739,7 +738,6 @@ platform_start(__register_t a0, __register_t a1, __register_t a2 __unused,
|
||||
octeon_ciu_reset();
|
||||
octeon_boot_params_init(a3);
|
||||
bootverbose = 1;
|
||||
cpuid_to_pcpu[0] = &pcpu0;
|
||||
|
||||
/*
|
||||
* For some reason on the cn38xx simulator ebase register is set to
|
||||
|
Loading…
Reference in New Issue
Block a user