HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36488 )
Change subject: soc/intel/fsp_baytrail: Remove unused 'barrier()' ......................................................................
soc/intel/fsp_baytrail: Remove unused 'barrier()'
Change-Id: I4330fd9b2ec6ca36beae3213642f7a4ae61f7dbe Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/intel/fsp_baytrail/include/soc/baytrail.h 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/36488/1
diff --git a/src/soc/intel/fsp_baytrail/include/soc/baytrail.h b/src/soc/intel/fsp_baytrail/include/soc/baytrail.h index 3a2fcaa..de902aa 100644 --- a/src/soc/intel/fsp_baytrail/include/soc/baytrail.h +++ b/src/soc/intel/fsp_baytrail/include/soc/baytrail.h @@ -47,8 +47,6 @@ #ifndef __ASSEMBLER__ #include <device/device.h>
-static inline void barrier(void) { asm("" ::: "memory"); } - int bridge_silicon_revision(void); void rangeley_early_initialization(void); void set_max_freq(void);
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36488 )
Change subject: soc/intel/fsp_baytrail: Remove unused 'barrier()' ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36488 )
Change subject: soc/intel/fsp_baytrail: Remove unused 'barrier()' ......................................................................
soc/intel/fsp_baytrail: Remove unused 'barrier()'
Change-Id: I4330fd9b2ec6ca36beae3213642f7a4ae61f7dbe Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/36488 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M src/soc/intel/fsp_baytrail/include/soc/baytrail.h 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/src/soc/intel/fsp_baytrail/include/soc/baytrail.h b/src/soc/intel/fsp_baytrail/include/soc/baytrail.h index 3a2fcaa..de902aa 100644 --- a/src/soc/intel/fsp_baytrail/include/soc/baytrail.h +++ b/src/soc/intel/fsp_baytrail/include/soc/baytrail.h @@ -47,8 +47,6 @@ #ifndef __ASSEMBLER__ #include <device/device.h>
-static inline void barrier(void) { asm("" ::: "memory"); } - int bridge_silicon_revision(void); void rangeley_early_initialization(void); void set_max_freq(void);