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/include/bsp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/include') diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h index 4def0dc611..85211ac2e0 100644 --- a/c/src/lib/libbsp/i386/pc386/include/bsp.h +++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h @@ -162,10 +162,6 @@ extern int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int); extern interrupt_gate_descriptor Interrupt_descriptor_table[IDT_SIZE]; extern segment_descriptors Global_descriptor_table [GDT_SIZE]; -extern uint32_t rtemsFreeMemStart; - /* Address of start of free memory - should be used when creating new - partitions or regions and updated afterwards. */ - /*-------------------------------------------------------------------------+ | Function Prototypes. +--------------------------------------------------------------------------*/ -- cgit v1.2.3