Re: [PATCH 5/8] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu

From: Christoph Hellwig
Date: Thu Aug 30 2018 - 10:41:25 EST


> struct device_node *dn = NULL;
> - int hart, im_okay_therefore_i_am = 0;
> + int hart, found_boot_cpu = 0;

If you rename this anyway please switch to use a bool.