The resctrl filesystem code will shortly be moved to /fs/. This involvesReviewed-by: Fenghua Yu <fenghuay@xxxxxxxxxx>
splitting all the existing files, with some functions remaining under
arch/x86, and others moving to fs/resctrl.
To make this reproducible, a python script does the heavy lif^W
copy-and-paste. This involves some clunky parsing of C code.
The parser gets confused by the newline after this #ifdef.
Just remove it.
Signed-off-by: James Morse <james.morse@xxxxxxx>
Tested-by: Carl Worth <carl@xxxxxxxxxxxxxxxxxxxxxx> # arm64
Tested-by: Shaopeng Tan <tan.shaopeng@xxxxxxxxxxxxxx>
Reviewed-by: Shaopeng Tan <tan.shaopeng@xxxxxxxxxxxxxx>
Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx>
Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>