From: Paul Mackerras Date: Sun, 1 May 2005 15:58:45 +0000 (-0700) Subject: [PATCH] ppc64: tell firmware about kernel capabilities X-Git-Tag: v2.6.12-rc4~136^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66faf9845a05905d75da380767e93455f3e6d620;p=pandora-kernel.git [PATCH] ppc64: tell firmware about kernel capabilities On pSeries systems, according to the platform architecture specs, we are supposed to be supplying a structure to firmware that tells firmware about our capabilities, such as which version of the data structures that describe available memory we are expecting to see. The way we end up having to supply this data structure is a bit gross, since it was designed for AIX and doesn't suit us very well. This patch adds the code to supply this data structure to the firmware. Signed-off-by: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed