~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to mm/swap.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
667
667
        VM_BUG_ON(!PageHead(page));
668
668
        VM_BUG_ON(PageCompound(page_tail));
669
669
        VM_BUG_ON(PageLRU(page_tail));
670
 
        VM_BUG_ON(!spin_is_locked(&zone->lru_lock));
 
670
        VM_BUG_ON(NR_CPUS != 1 && !spin_is_locked(&zone->lru_lock));
671
671
 
672
672
        SetPageLRU(page_tail);
673
673