/[rtmk]/rtmk/i386/tm-i386.h
ViewVC logotype

Diff of /rtmk/i386/tm-i386.h

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

revision 1.9 by jrydberg, Sat Feb 16 14:58:49 2002 UTC revision 1.10 by jrydberg, Sun Feb 17 17:49:39 2002 UTC
# Line 240  extern void smp_ipi_send (int target_cpu Line 240  extern void smp_ipi_send (int target_cpu
240  # define BROADTCAST_IPI()  # define BROADTCAST_IPI()
241  #endif  #endif
242    
243    /* Number of interrupt vectors this machine have.  */
244    #define N_MACHINE_INTRS 16
245    
246    /* Enable interrupt INTR_NO.  */
247    extern void permit_interrupt (int intr_no);
248    #define PERMIT_INTERRUPT(INTR_NO) permit_interrupt (INTR_NO)
249    
250    
251  /* Physical memory map structure.  Does not contain very much for the  /* Physical memory map structure.  Does not contain very much for the
252     moment.  PDE is the level 1 (???) page directory.  REFCNT is just     moment.  PDE is the level 1 (???) page directory.  REFCNT is just

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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