~ilya-yanok/ubuntu/precise/grub2/fix-for-948716

« back to all changes in this revision

Viewing changes to include/grub/powerpc/ieee1275/kernel.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2008-01-28 00:01:11 UTC
  • mto: (17.3.1 squeeze) (1.9.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20080128000111-0764agvqzg601o1d
Tags: upstream-1.95+20080128
ImportĀ upstreamĀ versionĀ 1.95+20080128

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#define GRUB_MOD_ALIGN 0x1000
25
25
 
 
26
/* Minimal gap between _end and the start of the modules.  It's a hack
 
27
   for PowerMac to prevent "CLAIM failed" error.  The real fix is to
 
28
   rewrite grub-mkimage to generate valid ELF files.  */
 
29
#define GRUB_MOD_GAP 0x8000
 
30
 
26
31
void EXPORT_FUNC (grub_reboot) (void);
27
32
void EXPORT_FUNC (grub_halt) (void);
28
33