summaryrefslogtreecommitdiffstats
path: root/libc/kernel/arch-x86/asm/uaccess.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the unused arch-x86 and arch-x86-64 kernel headers.Elliott Hughes2013-11-191-24/+0
| | | | | | | x86-64 already used uapi headers, and x86 can too now. Bug: 11559337 Change-Id: I1196d2500f06ad40f2488b96fc8ccc7e02c7d5c0
* Add x86_64 to the bionic headers.Elliott Hughes2013-09-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Manual changes: cpp.py: cope with macros that refer to other macros. defaults.py: x86 no longer always implies __i386__; use __i386__ to replace the kernel CONFIG_X86_32 flag. asm/page.h: the upstream page.h isn't a uapi header and no longer includes the stuff we were using it for. Let's just have our own static file, since it's the same for all our architectures (both 32- and 64-bit). sys/select.h: we used to use the various FD_SET-related macros from the kernel header files, but they've gone. Adjust by adding trivial equivalent definitions. Automated changes: libc/kernel/arch-x86, libc/kernel/common: regenerated from external/kernel-headers. Change-Id: I84fc0ed52dc742e043b4ae300fd3b58ee99b7fcd
* Fixed to #include correct 32-bit headers; Refreshed libc/kernel headersAndrew Hsieh2012-03-231-1/+1
| | | | | | | | | | | | | | | This patch fixes an issue where 64-bit hreaders are incorrectly included in kernel headers. For example, file "libc/kernel/arch-x86/asm/io.h" incorreclty includes "io_64.h" (missing, BTW) instead of "io_32.h". The reason is because CONFIG_X86_32 isn't considered pre-defined in "kernel_default_arch_macros" for x86, and clean_header.py doesn't look at it at all anyway (ie. __i386__ is also ignored, but it's okay since x86 cross compiler defines it back) Fixed 2 tools/*py, README.TXT, and refreshed libc/kernel headers Change-Id: Iac834cc8b3548f055d3f2a214af36072dd679fe8
* Update bionic kernel headers using update_all.pyBen Cheng2012-03-071-0/+7
| | | | Change-Id: I9c377436e9bf158e7236b3b7dcebf3e79fa961de
* Revert "Update bionic kernel headers using update_all.py"Ben Cheng2012-03-071-7/+0
| | | | | This reverts commit 94a85f663694e1869acb1c2e8a3c374a6fa3ab86 There is a smoke test failure for Prime but Crespo/Stingray are fine. Will revert the change for now until further investigation is made.
* Update bionic kernel headers using update_all.pyBen Cheng2012-03-071-0/+7
| | | | Change-Id: I4da6b23cdbce89445f1ca5d2fadeb23345ce694c
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+12
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-12/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+12