Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168812
b: refs/heads/master
c: 33a932d
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller authored and Linus Torvalds committed Nov 30, 2009
1 parent f43aac9 commit c58477a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8a8a669ea13d792296737505adc43ccacf3a648
refs/heads/master: 33a932d14323b957a4e17a6c8428d3f048a30822
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define dbg(x...)
#endif

#define KERNEL_START (KERNEL_BINARY_TEXT_START - 0x1000)
#define KERNEL_START (KERNEL_BINARY_TEXT_START)

extern struct unwind_table_entry __start___unwind[];
extern struct unwind_table_entry __stop___unwind[];
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/parisc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ SECTIONS
*/
. = ALIGN(PAGE_SIZE);
data_start = .;
EXCEPTION_TABLE(16)

NOTES

/* unwind info */
.PARISC.unwind : {
Expand All @@ -89,6 +86,9 @@ SECTIONS
__stop___unwind = .;
}

EXCEPTION_TABLE(16)
NOTES

/* Data */
RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)

Expand Down

0 comments on commit c58477a

Please sign in to comment.