From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 3 Apr 2006 11:40:44 +1000 From: Anton Blanchard To: linuxppc-dev@ozlabs.org Subject: _machine removal breaks kexec? Message-ID: <20060403014044.GA4704@krispykreme> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, It looks like the _machine removal broke kexec: # kexec -l vmlinux /proc/device-tree/chosen/linux,platform: No such file or directory The kexec tools seem to want the linux,platform property: /* if LPAR, no need to read any more from /chosen */ if (platform != PLATFORM_PSERIES) { closedir(cdir); continue; } Anton