2 * Copyright (C) 2010 Texas Instruments Incorporated
3 * Author: Mark Salter (msalter@redhat.com)
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 #ifndef _ASM_C6X_PROCINFO_H
11 #define _ASM_C6X_PROCINFO_H
15 struct proc_info_list
{
17 unsigned int cpu_mask
;
18 const char *arch_name
;
20 unsigned int elf_hwcap
;
23 #else /* __KERNEL__ */
25 #warning "Please include asm/elf.h instead"
26 #endif /* __KERNEL__ */
28 #endif /* _ASM_C6X_PROCINFO_H */