]> xenbits.xensource.com Git - seabios.git/commit
pmm: Use 'struct segoff_s' in pmm header.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 20 Jan 2013 15:43:54 +0000 (10:43 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 20 Jan 2013 15:43:54 +0000 (10:43 -0500)
commit6156afe098251f590f075b5cc7d106cc8460d01c
tree428ce9058c607103bb8ea42a5d97bd5a749827d9
parent4bd8aebf3534e10d9aa21e820903f2cf9120708c
pmm: Use 'struct segoff_s' in pmm header.

Minor cleanup - use 'struct segoff_s' instead of a manual
segment/offset pair.

Also, while at it, define the header signature at compile time instead
of at run-time.  (Defining at run-time is a hold over from when
variable changes were persistent across soft-reboots.)

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/pmm.c