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

« back to all changes in this revision

Viewing changes to mm/slub.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:
2166
2166
                goto new_slab;
2167
2167
        }
2168
2168
 
 
2169
        /* must check again c->freelist in case of cpu migration or IRQ */
 
2170
        object = c->freelist;
 
2171
        if (object)
 
2172
                goto load_freelist;
 
2173
 
2169
2174
        stat(s, ALLOC_SLOWPATH);
2170
2175
 
2171
2176
        do {