Merge branch 'sched/urgent'
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
config HAVE_ARCH_KGDB
|
||||
bool
|
||||
|
||||
# set if architecture has the its kgdb_arch_handle_qxfer_pkt
|
||||
# function to enable gdb stub to address XML packet sent from GDB.
|
||||
config HAVE_ARCH_KGDB_QXFER_PKT
|
||||
bool
|
||||
|
||||
menuconfig KGDB
|
||||
bool "KGDB: kernel debugger"
|
||||
depends on HAVE_ARCH_KGDB
|
||||
|
@@ -73,6 +73,7 @@ static void adjust_for_msb_right_quirk(u64 *to_write, int *box_start_bit,
|
||||
* @endbit: The index (in logical notation, compensated for quirks) where
|
||||
* the packed value ends within pbuf. Must be smaller than, or equal
|
||||
* to, startbit.
|
||||
* @pbuflen: The length in bytes of the packed buffer pointed to by @pbuf.
|
||||
* @op: If PACK, then uval will be treated as const pointer and copied (packed)
|
||||
* into pbuf, between startbit and endbit.
|
||||
* If UNPACK, then pbuf will be treated as const pointer and the logical
|
||||
|
Reference in New Issue
Block a user