Revision: 2216
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2216
Author: proski
Date: 2009-05-15 14:47:44 +0000 (Fri, 15 May 2009)
Log Message:
-----------
Remove incorrect comment that the code must be position independent.
Modified Paths:
--------------
trunk/grub2/commands/i386/pc/drivemap_int13h.S
Modified: trunk/grub2/commands/i386/pc/drivemap_int13h.S
===================================================================
--- trunk/grub2/commands/i386/pc/drivemap_int13h.S 2009-05-14 21:56:46 UTC
(rev 2215)
+++ trunk/grub2/commands/i386/pc/drivemap_int13h.S 2009-05-15 14:47:44 UTC
(rev 2216)
@@ -25,8 +25,7 @@
/* Copy starts here. When deployed, this code must be segment-aligned. */
-/* The replacement int13 handler. The code must be position independent.
- Preserve all registers. */
+/* The replacement int13 handler. Preserve all registers. */
FUNCTION(grub_drivemap_handler)
/* Map the drive number (always in DL). */
push %ax