From c296687193a2740471f097498b10eb7f481f7372 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 Dec 2009 18:44:10 +0000 Subject: 2009-12-10 Joel Sherrill * include/bsp.h, startup/bspgetworkarea.c: Rework bsp_size_memory() to ensure that multiboot information regarding memory size is used as the primary source. This was broken in the move to supporting a unified workspace. It worked this way in 4.9 so this was a regression. --- c/src/lib/libbsp/i386/pc386/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog') diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog index b5758c7b55..7fa612867e 100644 --- a/c/src/lib/libbsp/i386/pc386/ChangeLog +++ b/c/src/lib/libbsp/i386/pc386/ChangeLog @@ -1,3 +1,11 @@ +2009-12-10 Joel Sherrill + + * include/bsp.h, startup/bspgetworkarea.c: Rework bsp_size_memory() to + ensure that multiboot information regarding memory size is used as + the primary source. This was broken in the move to supporting a + unified workspace. It worked this way in 4.9 so this was a + regression. + 2009-12-09 Joel Sherrill * startup/bspgetworkarea.c: Add debug printk's. -- cgit v1.2.3