/[rtmk]/rtmk/processor.h
ViewVC logotype

Diff of /rtmk/processor.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Thu Jan 3 01:32:43 2002 UTC revision 1.3 by jrydberg, Mon Jan 7 01:16:21 2002 UTC
# Line 51  extern struct processor processor_array Line 51  extern struct processor processor_array
51  #define PROCESSOR_CURRENT()     (& processor_array [CPU_CURRENT ()])  #define PROCESSOR_CURRENT()     (& processor_array [CPU_CURRENT ()])
52  #define PROCESSOR_N(N)          (& processor_array [(N)])  #define PROCESSOR_N(N)          (& processor_array [(N)])
53    
54  extern int ncpus;  extern int ncpus, master_cpu;
55    
56  /* Initialize processor array.  */  /* Initialize processor array.  */
57    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26