comparison packages/hal/powerpc/ppc60x/current/src/var_misc.c @ 82:6736c52df507 ecos-sw-2000-04-14

Merge from eCos master repository on 2000-04-14-13:35:46-BST
author jlarmour
date Tue, 18 Apr 2000 21:51:55 +0000
parents da3908c9cd10
children e0c0827131d1
comparison
equal deleted inserted replaced
81:89fef2181d7d 82:6736c52df507
51 #include <cyg/hal/hal_mem.h> 51 #include <cyg/hal/hal_mem.h>
52 52
53 //-------------------------------------------------------------------------- 53 //--------------------------------------------------------------------------
54 void hal_variant_init(void) 54 void hal_variant_init(void)
55 { 55 {
56 }
57
58
59 //--------------------------------------------------------------------------
60 // Variant specific idle thread action.
61 bool
62 hal_variant_idle_thread_action( cyg_uint32 count )
63 {
64 // Let architecture idle thread action run
65 return true;
56 } 66 }
57 67
58 //--------------------------------------------------------------------------- 68 //---------------------------------------------------------------------------
59 // Use MMU resources to map memory regions. 69 // Use MMU resources to map memory regions.
60 // Takes and returns an int used to ID the MMU resource to use. This ID 70 // Takes and returns an int used to ID the MMU resource to use. This ID