diff packages/hal/arm/arch/current/src/vectors.S @ 148:8f2f7615e727

Merge from eCos master repository on 2001-01-12-06:43:03-GMT
author jlarmour
date Fri, 12 Jan 2001 08:11:46 +0000
parents 2e9a636d9de9
children f0e3fb000de8
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/vectors.S
+++ b/packages/hal/arm/arch/current/src/vectors.S
@@ -23,7 +23,7 @@
 //                                                                          
 // The Initial Developer of the Original Code is Red Hat.                   
 // Portions created by Red Hat are                                          
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
 // All Rights Reserved.                                                     
 // -------------------------------------------                              
 //                                                                          
@@ -186,7 +186,11 @@ hal_vsr_table:
 
         .globl  hal_dram_size
 hal_dram_size:  
-        .long   0        
+        .long   0
+	// what, if anything, hal_dram_type means is up to the platform
+        .globl  hal_dram_type
+hal_dram_type:  
+        .long   0
 
         .balign 16
 #ifdef CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT