From 4bcd42699b15a7d14dd1d452eab4fcfe377e4f86 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 May 2005 12:16:49 +0000 Subject: [PATCH] Use __shared --- src/drivers/net/pnic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/net/pnic.c b/src/drivers/net/pnic.c index d38d04bd..1c413551 100644 --- a/src/drivers/net/pnic.c +++ b/src/drivers/net/pnic.c @@ -26,7 +26,7 @@ Bochs Pseudo NIC driver for Etherboot static int pnic_api_check ( uint16_t api_version ); /* NIC specific static variables go here */ -static uint8_t tx_buffer[ETH_FRAME_LEN]; +static uint8_t tx_buffer[ETH_FRAME_LEN] __shared; /* * Utility functions: issue a PNIC command, retrieve result. Use