diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-09 00:03:30 +0200 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-09 00:03:30 +0200 |
commit | 223176bc722a7bf519904180e956292ae1d1e819 (patch) | |
tree | 75b84d09c4b6eed81e537a4e587236f05faa5b7d /arch/ppc | |
parent | NTFS: 2.1.24 release and some minor final fixes. (diff) | |
parent | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi... (diff) | |
download | linux-223176bc722a7bf519904180e956292ae1d1e819.tar.xz linux-223176bc722a7bf519904180e956292ae1d1e819.zip |
Merge branch 'master' of /usr/src/linux-2.6
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/head_4xx.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/head_4xx.S b/arch/ppc/kernel/head_4xx.S index 0a5e723d3be6..ca9518b96c6e 100644 --- a/arch/ppc/kernel/head_4xx.S +++ b/arch/ppc/kernel/head_4xx.S @@ -453,6 +453,7 @@ label: #else CRITICAL_EXCEPTION(0x1020, WDTException, UnknownException) #endif +#endif /* 0x1100 - Data TLB Miss Exception * As the name implies, translation is not in the MMU, so search the |