mirror of https://github.com/l4ka/pistachio.git
Fix bitfield for schedule syscalls
This commit is contained in:
parent
cca5fd5d95
commit
b43e3b1023
|
@ -1,6 +1,6 @@
|
|||
/*********************************************************************
|
||||
*
|
||||
* Copyright (C) 2002-2004, 2007-2009, Karlsruhe University
|
||||
* Copyright (C) 2002-2004, 2007-2009, 2011, Karlsruhe University
|
||||
*
|
||||
* File path: api/v4/syscalls.h
|
||||
* Description: declaration of system calls
|
||||
|
@ -243,7 +243,7 @@ struct schedule_ctrl_t {
|
|||
prio : 9,
|
||||
logid : 7,
|
||||
stride : 16,
|
||||
: BITS_WORD-24);
|
||||
: BITS_WORD-32);
|
||||
};
|
||||
struct {
|
||||
BITFIELD5(word_t,
|
||||
|
|
Loading…
Reference in New Issue