···168168 * are indexed relative to this interval rather than the global CPU ID space.169169 * This generates the bit for a CPU in node-local masks.170170 */171171-#define leaf_node_cpu_bit(rnp, cpu) (1UL << ((cpu) - (rnp)->grplo))171171+#define leaf_node_cpu_bit(rnp, cpu) (BIT((cpu) - (rnp)->grplo))172172173173/*174174 * Union to allow "aggregate OR" operation on the need for a quiescent