coreboot/src
Edward O'Callaghan df3629b63c northbridge/amd/{gx2,lx}: Qualify pointer with volatile
There is no guarantee reading a dereferenced null pointer will not be
optimised away. Qualify the integer storage type with volatile. Clang
enforces this explicitness.

Change-Id: I31524141d70632cade0490c820936a3a8b570346
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6148
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2014-06-30 18:14:31 +02:00
..
arch build: remove -ccopts mechanism 2014-06-29 09:22:13 +02:00
console src/console/post.c: Sanitize headers from preprocessor abuse 2014-06-27 04:23:40 +02:00
cpu x86 MTRR: Drop unused return value 2014-06-30 17:55:36 +02:00
device device/pci_device.c: Sanitize headers 2014-06-25 11:32:24 +02:00
drivers drivers/pc80/mc146818rtc_early.c: Silence unused func complaints 2014-06-29 15:03:49 +02:00
ec src/ec: Sanitize headers and comment #endif pairings 2014-06-25 11:34:05 +02:00
include x86 MTRR: Drop unused return value 2014-06-30 17:55:36 +02:00
lib lib/Makefile.inc: Stop gcc.c getting into SMM clang builds 2014-06-27 17:11:19 +02:00
mainboard amd/persimmon jetway/nf81-t56n-lf: Fix whitespace and alignment 2014-06-26 20:35:26 +02:00
northbridge northbridge/amd/{gx2,lx}: Qualify pointer with volatile 2014-06-30 18:14:31 +02:00
soc baytrail_fsp: Fix the mmconf Kconfig 2014-06-23 06:20:24 +02:00
southbridge southbridge/intel/ibexpeak/me.c: Silence warns about unused func 2014-06-29 15:01:58 +02:00
superio PS2 keyboard: Use acpi_is_wakeup_s3() 2014-06-21 08:04:54 +02:00
vendorcode amd/agesa/f15tn: Invalid inline asm in gcc-intrin.h 2014-06-14 20:46:26 +02:00
Kconfig AGESA S3: Fix ACPISCRATCH in CBMEM 2014-06-25 06:23:07 +02:00