Prev: mpt2sas: Fix &&/|| confusion in _scsih_sas_device_status_change_event()
Next: [PATCH 6/6] perf tools: Encode kernel module mappings in perf.data
From: Joe Perches on 7 Jan 2010 16:40 On Thu, 2010-01-07 at 22:18 +0100, Michał Mirosław wrote: > Something like the following might be smaller and faster - no > functions and their calls > int rev = (fmt[1] == 'F'); > p = pack_hex_byte(p, rev ? bitrev8(addr[i]) : addr[i]); Right, better. Just 6 bytes (x86). Resubmitting. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |