public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Problem with elilo 3.3a
@ 2003-02-14  3:15 Sluder, Charles
  2003-02-14  6:58 ` Stephane Eranian
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sluder, Charles @ 2003-02-14  3:15 UTC (permalink / raw)
  To: linux-ia64

I keep seeing hangs in the SAL that I have traced back to a corrupted EFI
memory map. I was looking at the code for allocating the boot parameter
block in elilo and noticed this piece of code in bootparams.c

	/*
	 * Allocate memory for boot parameters.
	 * This CANNOT be EfiLoaderData or EfiLoaderCode as the kernel
	 * frees this region when initializing.
	 */

	bp = (boot_params_t *)alloc(BOOT_PARAM_MEMSIZE, EfiLoaderData);

The comment seems to be at odds with the code. Is this a problem with the
code or the comment?

-chuck

Charles Sluder
Unisys Corp.
Salt Lake City, UT


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

end of thread, other threads:[~2003-02-18 18:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-14  3:15 [Linux-ia64] Problem with elilo 3.3a Sluder, Charles
2003-02-14  6:58 ` Stephane Eranian
2003-02-14  7:09 ` David Mosberger
2003-02-14  7:28 ` Stephane Eranian
2003-02-14  7:34 ` David Mosberger
2003-02-14 18:33 ` Sluder, Charles
2003-02-15  6:28 ` Sluder, Charles
2003-02-18 18:23 ` Stephane Eranian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox