From 9f3f746741d917fe3c6c544c7d319d533176d90b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 2 May 2008 21:50:51 -0500 Subject: [PATCH] lguest: remove bogus NULL cpu check If lg isn't NULL, and cpu_id is sane, &lg->cpus[cpu_id] can't be NULL. Signed-off-by: Rusty Russell --- Reading git-format-patch failed