You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6: [IA64] define "_sdata" symbol pstore: Fix Kconfig dependencies for apei->pstore pstore: fix potential logic issue in pstore read interface pstore: fix pstore filesystem mount/remount issue pstore: fix one type of return value in pstore [IA64] fix build warning in arch/ia64/oprofile/backtrace.c
This commit is contained in:
@@ -209,6 +209,7 @@ SECTIONS {
|
||||
data : {
|
||||
} :data
|
||||
.data : AT(ADDR(.data) - LOAD_OFFSET) {
|
||||
_sdata = .;
|
||||
INIT_TASK_DATA(PAGE_SIZE)
|
||||
CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES)
|
||||
READ_MOSTLY_DATA(SMP_CACHE_BYTES)
|
||||
|
||||
@@ -29,7 +29,7 @@ typedef struct
|
||||
unsigned int depth;
|
||||
struct pt_regs *regs;
|
||||
struct unw_frame_info frame;
|
||||
u64 *prev_pfs_loc; /* state for WAR for old spinlock ool code */
|
||||
unsigned long *prev_pfs_loc; /* state for WAR for old spinlock ool code */
|
||||
} ia64_backtrace_t;
|
||||
|
||||
/* Returns non-zero if the PC is in the Interrupt Vector Table */
|
||||
|
||||
Reference in New Issue
Block a user