You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[POWERPC] move variables in drivers/macintosh to bss
Move all the initialized variables to bss. Mark a version string as const. Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
9ea8b7c96f
commit
872758563d
@@ -96,10 +96,10 @@ static int data_index;
|
||||
static int data_len;
|
||||
static int adb_int_pending;
|
||||
static int pmu_adb_flags;
|
||||
static int adb_dev_map = 0;
|
||||
static int adb_dev_map;
|
||||
static struct adb_request bright_req_1, bright_req_2, bright_req_3;
|
||||
static int pmu_kind = PMU_UNKNOWN;
|
||||
static int pmu_fully_inited = 0;
|
||||
static int pmu_fully_inited;
|
||||
|
||||
int asleep;
|
||||
BLOCKING_NOTIFIER_HEAD(sleep_notifier_list);
|
||||
|
||||
Reference in New Issue
Block a user