2009-07-16 Pavel Roskin <proski@gnu.org>

* configure.ac: Fix wrong use of grub_cv_cc_no_red_zone where
	grub_cv_cc_efiemu should be used.
This commit is contained in:
proski 2009-07-16 22:33:20 +00:00
parent ce7a733d47
commit 43e6200c73
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-07-16 Pavel Roskin <proski@gnu.org>
* configure.ac: Fix wrong use of grub_cv_cc_no_red_zone where
grub_cv_cc_efiemu should be used.
* configure.ac: Typo fixes.
* kern/mm.c (grub_zalloc): New function.