Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755357Ab0ARVTA (ORCPT ); Mon, 18 Jan 2010 16:19:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755320Ab0ARVS6 (ORCPT ); Mon, 18 Jan 2010 16:18:58 -0500 Received: from mga09.intel.com ([134.134.136.24]:19462 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755018Ab0ARVS5 (ORCPT ); Mon, 18 Jan 2010 16:18:57 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,298,1262592000"; d="scan'208";a="484964372" From: Mark Allyn To: linux-kernel@vger.kernel.org, greg@kroah.com, alan@linux.intel.com, charles.f.johnson@intel.com Cc: Mark Allyn Subject: [PATCH] Add reference to memrar.h file Date: Mon, 18 Jan 2010 13:22:39 -0800 Message-Id: <1263849759-23125-1-git-send-email-mark.a.allyn@intel.com> X-Mailer: git-send-email 1.6.0.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1523 Lines: 45 The purpose of this patch is to add raference to memrar.h This is the third of seven patches for the rar_register driver for Sunday, January 17, 2009 The rar stands for restricted access region. The restricted access region is an area of memory that can be locked from access by the x86 processor. The purpose of the restricted access region is to safeguard confidential information from any unauthorized software running on the x86 processor. The purpose of this driver is to enable other drivers to obtain the address ranges of the restricted regions as well as lock them. This patch is referenced off the linux-next repository as pulled on Sunday, January 17th, 2010 Signed-off-by: Mark Allyn Date: January 17, 2010 --- drivers/staging/rar/rar_register.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/rar/rar_register.c b/drivers/staging/rar/rar_register.c index 836d383..4b9a3a3 100644 --- a/drivers/staging/rar/rar_register.c +++ b/drivers/staging/rar/rar_register.c @@ -16,6 +16,7 @@ #include #include #include +#include /* The following defines are for the IPC process to retrieve RAR in */ -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/