Minor - simplify add_e820() function.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 28 Feb 2009 01:19:27 +0000 (20:19 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 28 Feb 2009 01:19:27 +0000 (20:19 -0500)
commit5d8ec3ee06686179f157c609e3fd053fc1c5c6b1
tree83f0c34f4fe59106f8e6a6e1de362fa398d53a74
parent9caf78634dd5e95611e222b047e60957fd2a22ce
Minor - simplify add_e820() function.

Make code a little simpler.
This also fixes a corner-case where a hole could be incorrectly added
    to the map.
src/memmap.c