From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp01.au.ibm.com (e23smtp01.au.ibm.com [202.81.31.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e23smtp01.au.ibm.com", Issuer "GeoTrust SSL CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 63301B70DF for ; Mon, 2 Aug 2010 10:55:38 +1000 (EST) Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp01.au.ibm.com (8.14.4/8.13.1) with ESMTP id o720qruI003826 for ; Mon, 2 Aug 2010 10:52:53 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o720tbu51720552 for ; Mon, 2 Aug 2010 10:55:37 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o720tbrr019640 for ; Mon, 2 Aug 2010 10:55:37 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o720tbo7019637 for ; Mon, 2 Aug 2010 10:55:37 +1000 Received: from localhost.localdomain (haven.au.ibm.com [9.190.164.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.au.ibm.com (Postfix) with ESMTP id 1911673541 for ; Mon, 2 Aug 2010 10:55:37 +1000 (EST) From: Benjamin Herrenschmidt To: linuxppc-dev@ozlabs.org Subject: [RFC] Clean up ppc64 nvram code Date: Mon, 2 Aug 2010 10:55:11 +1000 Message-Id: <1280710522-6362-1-git-send-email-benh@kernel.crashing.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This series is a first go at cleaning up some cruft in nvram_64.c for handling nvram partitions. The current ppc64,linux partition is really pseries specific, so we change the code for finding/creating it gets turned into a more generic API for manipulating nvram partitions, and the specifics to that partition are moved to pseries. We also rename it to better represent what it's for