android_kernel_xiaomi_sm8350/include/acpi
Rusty Russell 2fdf66b491 cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t
Impact: Reduce memory usage, use new API.

This is part of an effort to reduce structure sizes for machines
configured with large NR_CPUS.  cpumask_t gets replaced by
cpumask_var_t, which is either struct cpumask[1] (small NR_CPUS) or
struct cpumask * (large NR_CPUS).

(Changes to powernow-k* by <travis>.)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-03 19:15:40 +01:00
..
platform ACPI: don't cond_resched() when irqs_disabled() 2008-12-19 04:38:33 -05:00
acconfig.h
acdebug.h
acdisasm.h
acdispat.h
acevents.h
acexcep.h
acglobal.h
achware.h
acinterp.h
aclocal.h
acmacros.h
acnames.h
acnamesp.h
acobject.h
acopcode.h
acoutput.h ACPI: fix 2.6.28 acpi.debug_level regression 2008-12-19 04:38:32 -05:00
acparser.h
acpi_bus.h ACPI: video: Ignore devices that aren't present in hardware 2008-11-07 23:49:23 -05:00
acpi_drivers.h Merge branch 'processor-256' into release 2008-11-11 21:17:03 -05:00
acpi_numa.h
acpi.h
acpiosxf.h
acpixf.h ACPICA: Use spinlock for acpi_{en|dis}able_gpe 2008-11-11 18:35:42 -05:00
acpredef.h ACPICA: disable _BIF warning 2008-11-27 02:17:30 -05:00
acresrc.h
acstruct.h
actables.h
actbl1.h
actbl.h
actypes.h
acutils.h
amlcode.h
amlresrc.h
container.h
pdc_intel.h
processor.h cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t 2009-01-03 19:15:40 +01:00
reboot.h