~ubuntu-branches/debian/sid/grub2/sid-200907171846

« back to all changes in this revision

Viewing changes to kern/ieee1275/mmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Felix Zielcke, Updated translations
  • Date: 2009-03-17 14:42:10 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317144210-nbg2w4aitrb24v99
Tags: 1.96+20090317-1
* New SVN snapshot.
  - Fix loading of files with underscore in HFS. (Closes: #516458)

* Update Standards version to 3.8.1. No changes need.

[ Updated translations ]
* Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #519417)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  grub_ieee1275_get_integer_property (root, "#size-cells", &size_cells,
39
39
                                      sizeof size_cells, 0);
40
40
 
41
 
  if (size_cells > address_cells)
42
 
    address_cells = size_cells;
43
 
 
44
41
  /* Load `/memory/available'.  */
45
42
  if (grub_ieee1275_finddevice ("/memory", &memory))
46
43
    return grub_error (GRUB_ERR_UNKNOWN_DEVICE,