Skip to content
  • David Gibson's avatar
    [PATCH] ppc64: Fix typo bug in iSeries hash code · 3078fcc1
    David Gibson authored
    
    
    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: default avatarDavid Gibson <dwg@au1.ibm.com>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    3078fcc1