All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yves Blusseau <yves.grub-devel@zetam.org>
To: grub-devel@gnu.org
Subject: [PATCH] unused constants in i386/boot.h
Date: Thu, 09 Jul 2009 10:45:43 +0200	[thread overview]
Message-ID: <4A55AE37.1060605@zetam.org> (raw)

[-- 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
 

             reply	other threads:[~2009-07-09  8:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-09  8:45 Yves Blusseau [this message]
2009-07-10 17:36 ` [PATCH] unused constants in i386/boot.h 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A55AE37.1060605@zetam.org \
    --to=yves.grub-devel@zetam.org \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.