arm64: Make dpcpu static
We don't use this directly outside this file so it can be static. Sponsored by: Arm Ltd
This commit is contained in:
@@ -147,7 +147,7 @@ static volatile int aps_started;
|
||||
static volatile int aps_ready;
|
||||
|
||||
/* Temporary variables for init_secondary() */
|
||||
void *dpcpu[MAXCPU - 1];
|
||||
static void *dpcpu[MAXCPU - 1];
|
||||
|
||||
static bool
|
||||
is_boot_cpu(uint64_t target_cpu)
|
||||
|
||||
Reference in New Issue
Block a user