Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99237
b: refs/heads/master
c: d704fb0
h: refs/heads/master
i:
  99235: d112b1f
v: v3
  • Loading branch information
Haavard Skinnemoen committed Jun 27, 2008
1 parent 4332738 commit 6cdb258
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 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: 5b72b52cab872396c93d808d7fa14017e9061430
refs/heads/master: d704fb0cc0cce474ac959adca6c3d1f606fcfa2a
9 changes: 5 additions & 4 deletions trunk/arch/avr32/kernel/entry-avr32b.S
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,23 @@ exception_vectors:
#define tlbmiss_save pushm r0-r3
#define tlbmiss_restore popm r0-r3

.section .tlbx.ex.text,"ax",@progbits
.org 0x50
.global itlb_miss
itlb_miss:
tlbmiss_save
rjmp tlb_miss_common

.section .tlbr.ex.text,"ax",@progbits
.org 0x60
dtlb_miss_read:
tlbmiss_save
rjmp tlb_miss_common

.section .tlbw.ex.text,"ax",@progbits
.org 0x70
dtlb_miss_write:
tlbmiss_save

.global tlb_miss_common
.align 2
tlb_miss_common:
mfsr r0, SYSREG_TLBEAR
mfsr r1, SYSREG_PTBR
Expand Down Expand Up @@ -157,7 +158,7 @@ handle_vmalloc_miss:

/* --- System Call --- */

.section .scall.text,"ax",@progbits
.org 0x100
system_call:
#ifdef CONFIG_PREEMPT
mask_interrupts
Expand Down
8 changes: 0 additions & 8 deletions trunk/arch/avr32/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ SECTIONS
_evba = .;
_text = .;
*(.ex.text)
. = 0x50;
*(.tlbx.ex.text)
. = 0x60;
*(.tlbr.ex.text)
. = 0x70;
*(.tlbw.ex.text)
. = 0x100;
*(.scall.text)
*(.irq.text)
KPROBES_TEXT
TEXT_TEXT
Expand Down

0 comments on commit 6cdb258

Please sign in to comment.