1#!/bin/bash 2# 3# Software injection based test cases: test cases are triggered via 4# mce-inject tool. 5# Copyright (c) 2010, Intel Corporation 6# 7# This program is free software; you can redistribute it and/or 8# modify it under the terms of the GNU General Public License version 9# 2 as published by the Free Software Foundation. 10# 11# This program is distributed in the hope that it will be useful, but 12# WITHOUT ANY WARRANTY; without even the implied warranty of 13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14# General Public License for more details. 15# 16# You should have received a copy of the GNU General Public License 17# along with this program; If not, see <http://www.gnu.org/licenses/>. 18# 19# Author: Xudong Hao <xudong.hao@intel.com> 20# 21 22export MCE_SRAO_MEM=0 23export MCE_SRAO_LLC=1 24export CMCI_UCNA_LLC=2 25