Home
last modified time | relevance | path

Searched refs:im_okay_therefore_i_am (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/riscv/kernel/
Dsmpboot.c53 int hart, im_okay_therefore_i_am = 0; in setup_smp() local
61 BUG_ON(im_okay_therefore_i_am); in setup_smp()
62 im_okay_therefore_i_am = 1; in setup_smp()
67 BUG_ON(!im_okay_therefore_i_am); in setup_smp()