1 #ifndef __PSTORE_INTERNAL_H__
2 #define __PSTORE_INTERNAL_H__
4 #include <linux/types.h>
5 #include <linux/time.h>
8 #if NR_CPUS <= 2 && defined(CONFIG_ARM_THUMB)
9 #define PSTORE_CPU_IN_IP 0x1
10 #elif NR_CPUS <= 4 && defined(CONFIG_ARM)
11 #define PSTORE_CPU_IN_IP 0x3
17 #ifndef PSTORE_CPU_IN_IP
25 #ifndef PSTORE_CPU_IN_IP
32 static inline unsigned int
35 #ifndef PSTORE_CPU_IN_IP
38 return rec->
ip & PSTORE_CPU_IN_IP;
42 #ifdef CONFIG_PSTORE_FTRACE