[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grub_halt()
From: |
Felix Zielcke |
Subject: |
grub_halt() |
Date: |
Wed, 25 Nov 2009 21:37:47 +0100 |
grub_halt is on i386-pc defined as `void grub_halt (int no_apm)' but
everywhere else as `grub_halt (void)'
util/grub-emu.c has a #ifdef for these 2
Shouldn't we just add an int parameter everywhere to make this more
simple?
grub-emu fails to build on powerpc now because grub/cpu/halt.h doestn't
exist there:
https://buildd.debian.org/fetch.cgi?pkg=grub2;ver=1.97%2B20091125-1;arch=powerpc;stamp=1259179180
--
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer
- grub_halt(),
Felix Zielcke <=