~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to mm/hugetlb.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
1010
1010
                                NODE_DATA(h->hugetlb_next_nid),
1011
1011
                                huge_page_size(h), huge_page_size(h), 0);
1012
1012
 
1013
 
                hstate_next_node(h);
1014
1013
                if (addr) {
1015
1014
                        /*
1016
1015
                         * Use the beginning of the huge page to store the
1020
1019
                        m = addr;
1021
1020
                        goto found;
1022
1021
                }
 
1022
                hstate_next_node(h);
1023
1023
                nr_nodes--;
1024
1024
        }
1025
1025
        return 0;