All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] unused constants in i386/boot.h
@ 2009-07-09  8:45 Yves Blusseau
  2009-07-10 17:36 ` Robert Millan
  0 siblings, 1 reply; 8+ messages in thread
From: Yves Blusseau @ 2009-07-09  8:45 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/html, Size: 437 bytes --]

[-- Attachment #2: unused_constants.diff --]
[-- Type: text/plain, Size: 1011 bytes --]

diff --git a/ChangeLog b/ChangeLog
index 3fe273f..f8b098a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-09  Yves BLUSSEAU  <yves.grub-devel@zetam.org>
+
+	* include/grub/i386/pc/boot.h: Remove unused contants
+	GRUB_BOOT_MACHINE_KERNEL_ADDRESS and GRUB_BOOT_MACHINE_KERNEL_SEGMENT
+
 2009-07-07  Pavel Roskin  <proski@gnu.org>
 
 	* commands/search.c (search_file): Merge into ...
diff --git a/include/grub/i386/pc/boot.h b/include/grub/i386/pc/boot.h
index f35cb3a..3a5606a 100644
--- a/include/grub/i386/pc/boot.h
+++ b/include/grub/i386/pc/boot.h
@@ -34,15 +34,9 @@
 /* The offset of BOOT_DRIVE.  */
 #define GRUB_BOOT_MACHINE_BOOT_DRIVE	0x4c
 
-/* The offset of KERNEL_ADDRESS.  */
-#define GRUB_BOOT_MACHINE_KERNEL_ADDRESS	0x40
-
 /* The offset of KERNEL_SECTOR.  */
 #define GRUB_BOOT_MACHINE_KERNEL_SECTOR	0x44
 
-/* The offset of KERNEL_SEGMENT.  */
-#define GRUB_BOOT_MACHINE_KERNEL_SEGMENT	0x42
-
 /* The offset of BOOT_DRIVE_CHECK.  */
 #define GRUB_BOOT_MACHINE_DRIVE_CHECK	0x4e
 

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-07-15 17:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09  8:45 [PATCH] unused constants in i386/boot.h Yves Blusseau
2009-07-10 17:36 ` Robert Millan
2009-07-12  9:02   ` Yves Blusseau
2009-07-12 13:21     ` Pavel Roskin
2009-07-14 17:37       ` Robert Millan
2009-07-14 18:55         ` Pavel Roskin
2009-07-15  7:36           ` Yves Blusseau
2009-07-15 17:46             ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.