search for: target_mask

Displaying 3 results from an estimated 3 matches for "target_mask".

2008 Mar 31
2
[01/17]PATCH Add API for allocating dynamic TR resouce. V8
Hi Xiantao, I general I think the code in this patch is fine. I have a couple of nit-picking comments: > + if (target_mask&0x1) { The formatting here isn't quite what most of the kernel does. It would be better if you added spaces so it's a little easier to read, ie: if (target_mask & 0x1) { > + p = &__per_cpu_idtrs[cpu][0][0]; > + for (i = IA64_TR_ALLOC_BASE; i <= per_cpu(ia64_tr_use...
2008 Mar 31
2
[01/17]PATCH Add API for allocating dynamic TR resouce. V8
Hi Xiantao, I general I think the code in this patch is fine. I have a couple of nit-picking comments: > + if (target_mask&0x1) { The formatting here isn't quite what most of the kernel does. It would be better if you added spaces so it's a little easier to read, ie: if (target_mask & 0x1) { > + p = &__per_cpu_idtrs[cpu][0][0]; > + for (i = IA64_TR_ALLOC_BASE; i <= per_cpu(ia64_tr_use...
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
...sr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:381: warning: `LUN_MASK' redefined^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:138: warning: this is the location of the previous defi nition^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:382: warning: `TARGET_MASK' redefined^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:135: warning: this is the location of the previous defi nition^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/iir/iir.h:383: warning: `BUS_MASK' redefined^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/d...