diff options
author | Elliott Hughes <enh@google.com> | 2013-11-19 16:56:55 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-11-19 16:57:42 -0800 |
commit | 5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81 (patch) | |
tree | 3b468f7fe0a039ae1b12cffa17a1273861f8b9ca /libc/kernel/arch-x86/asm/apic_32.h | |
parent | 2a34009f109a504d3623abf75d7087a0d6474e59 (diff) | |
download | bionic-5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81.zip bionic-5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81.tar.gz bionic-5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81.tar.bz2 |
Remove the unused arch-x86 and arch-x86-64 kernel headers.
x86-64 already used uapi headers, and x86 can too now.
Bug: 11559337
Change-Id: I1196d2500f06ad40f2488b96fc8ccc7e02c7d5c0
Diffstat (limited to 'libc/kernel/arch-x86/asm/apic_32.h')
-rw-r--r-- | libc/kernel/arch-x86/asm/apic_32.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/libc/kernel/arch-x86/asm/apic_32.h b/libc/kernel/arch-x86/asm/apic_32.h deleted file mode 100644 index ccb390b..0000000 --- a/libc/kernel/arch-x86/asm/apic_32.h +++ /dev/null @@ -1,36 +0,0 @@ -/**************************************************************************** - **************************************************************************** - *** - *** This header was automatically generated from a Linux kernel header - *** of the same name, to make information necessary for userspace to - *** call into the kernel available to libc. It contains only constants, - *** structures, and macros generated from the original header, and thus, - *** contains no copyrightable information. - *** - *** To edit the content of this header, modify the corresponding - *** source file (e.g. under external/kernel-headers/original/) then - *** run bionic/libc/kernel/tools/update_all.py - *** - *** Any manual change here will be lost the next time this script will - *** be run. You've been warned! - *** - **************************************************************************** - ****************************************************************************/ -#ifndef __ASM_APIC_H -#define __ASM_APIC_H -#include <linux/pm.h> -#include <linux/delay.h> -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#include <asm/fixmap.h> -#include <asm/apicdef.h> -#include <asm/processor.h> -#include <asm/system.h> -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define Dprintk(x...) -#define APIC_QUIET 0 -#define APIC_VERBOSE 1 -#define APIC_DEBUG 2 -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define apic_printk(v, s, a...) do { if ((v) <= apic_verbosity) printk(s, ##a); } while (0) -#define local_apic_timer_c2_ok 1 -#endif |