Ignore:
Timestamp:
Dec 12, 2014, 5:00:43 PM (10 years ago)
Author:
alain
Message:

Adding a new step in the kernel_init() procedure:
Processor[0][0][0] initialises the distributed kernel heap
allocators, and the distributed lock protecting TTY0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/sys_handler.h

    r459 r467  
    6666    unsigned long long  fbf;         // physical address + status for user buffer 0
    6767    unsigned int        length;      // buffer length (bytes)
    68     unsigned int        padding[9];  // 64 bytes alignment
     68    unsigned int        padding[9];  // padding for 64 bytes alignment
    6969} fbf_chbuf_t;   
    7070
     
    8787typedef struct nic_chbuf_s
    8888{
    89     unsigned long long  buffer[GIET_NIC_NBUFS];  // Kernel CHBUF
     89    unsigned long long  buffer[GIET_NIC_NBUFS];  // Kernel chbuf
    9090    unsigned long long  unused[GIET_NIC_NFAKE];  // padding for 64 bytes alignment
    9191    unsigned int        index;                   // current buffer index
Note: See TracChangeset for help on using the changeset viewer.