https://github.com/torvalds/linux
Revision 3078fcc1d18c7235b034dc889642c5300959fa20 authored by David Gibson on 21 October 2005, 03:41:19 UTC, committed by Linus Torvalds on 21 October 2005, 19:24:41 UTC
This fixes a stupid typo bug in the iSeries hash table code.

When we place a hash PTE in the secondary bucket, instead of setting the
SECONDARY flag bit, as we should, we (redundantly) set the VALID flag.

This was introduced with the patch abolishing bitfields from the hash
table code.  Mea culpa, oops.  It hasn't been noticed until now because
in practice we don't hit the secondary bucket terribly often.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 2c86c83
History
Tip revision: 3078fcc1d18c7235b034dc889642c5300959fa20 authored by David Gibson on 21 October 2005, 03:41:19 UTC
[PATCH] ppc64: Fix typo bug in iSeries hash code
Tip revision: 3078fcc
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.6 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top