Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21389
b: refs/heads/master
c: e088ad7
h: refs/heads/master
i:
  21387: 1cf8cf2
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent c6a0663 commit 0842ef2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 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: 7202c55c5c57d2ad4611a751544c9368d7fba93a
refs/heads/master: e088ad7ca3d09c96e63f1ce411a2ccba2688bf25
13 changes: 12 additions & 1 deletion trunk/arch/sparc64/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,18 @@ void __init trap_init(void)
thread_info_offsets_are_bolixed_dave();

if (TRAP_PER_CPU_THREAD != offsetof(struct trap_per_cpu, thread) ||
TRAP_PER_CPU_PGD_PADDR != offsetof(struct trap_per_cpu, pgd_paddr))
(TRAP_PER_CPU_PGD_PADDR !=
offsetof(struct trap_per_cpu, pgd_paddr)) ||
(TRAP_PER_CPU_CPU_MONDO_PA !=
offsetof(struct trap_per_cpu, cpu_mondo_pa)) ||
(TRAP_PER_CPU_DEV_MONDO_PA !=
offsetof(struct trap_per_cpu, dev_mondo_pa)) ||
(TRAP_PER_CPU_RESUM_MONDO_PA !=
offsetof(struct trap_per_cpu, resum_mondo_pa)) ||
(TRAP_PER_CPU_NONRESUM_MONDO_PA !=
offsetof(struct trap_per_cpu, nonresum_mondo_pa)) ||
(TRAP_PER_CPU_FAULT_INFO !=
offsetof(struct trap_per_cpu, fault_info)))
trap_per_cpu_offsets_are_bolixed_dave();

/* Attach to the address space of init_task. On SMP we
Expand Down

0 comments on commit 0842ef2

Please sign in to comment.