Go to file
Robert Moore 3a475e8d8b Update aclinux.h for new OSL override mechanism.
The new ACPICA OSL override mechanism is used to solve these issues
for the Linux OSL:
1. Linux can implement OSL using macro.
2. Linux can implement OSL using inlined function.
3. Linux can leave OSL not implemented for __KERNEL__ undefined code
   fragments.
4. Linux can add sparse declarators (__iomem) to OSL.
5. Linux can add memory tuning declarators (__init/__exit) to OSL.

This patch also changes the coding style used in aclinux.h to be ACPICA coding
style as long as these changes can be automatcally reverted by ACPICA release
process:
1. Extra spaces in the inline functions are revertable.
2. Extra spaces in the macros are not revertable.
3. Tab stop in the inline functions and macros are revertable.
4. Symbol names in the inline functions and macros are revertable.
NOTE: Linux symbol names are not converted.  Lv Zheng.
2013-09-27 07:26:27 -07:00
documents Logfile: Changes for version 20130823. 2013-08-23 09:45:17 -07:00
generate AcpiSrc: Fix indentation issues for macro invocations. 2013-09-26 08:33:05 -07:00
source Update aclinux.h for new OSL override mechanism. 2013-09-27 07:26:27 -07:00
tests ASLTS: Update tests for FieldUnit and BufferField. 2013-09-26 11:49:08 -07:00
.gitignore Linuxize scripts: Add an ACPICA release library. 2013-08-22 08:33:00 -07:00
Makefile Add top-level unix Makefile for acpica tools/utilities. 2012-06-29 14:23:42 -07:00