Files
Abhishek Singh Tomar a9bc782c84 Fix array-bound compilation warnings
Resolves : the warray bounds warning during compilation

/build/libc/include/string.h:34:16: warning: '__builtin_memset' offset [0, 2097151] is out of the bounds [0, 0] [-Warray-bounds]
34 | #define memset __builtin_memset
hw/fsp/fsp.c:1855:9: note: in expansion of macro 'memset'
1855 | memset(fsp_tce_table, 0, PSI_TCE_TABLE_SIZE);

use volatile pointer to avoid optimization introduced with gcc-11 on constant
address assignment to pointer.

Signed-off-by: Abhishek Singh Tomar <abhishek@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
2022-02-04 08:35:25 +01:00
..
2021-10-19 12:14:20 +05:30
2021-12-23 18:47:26 +01:00
2021-06-30 15:05:55 +05:30
2021-08-06 12:23:59 +05:30
2020-06-11 12:52:55 +10:00
2021-10-19 12:26:01 +05:30
2021-08-06 12:23:35 +05:30
2017-09-19 04:16:53 -05:00
2021-08-06 12:30:46 +05:30
2021-10-19 12:26:01 +05:30
2021-10-19 12:08:19 +05:30
2021-10-19 12:26:01 +05:30
2021-10-19 12:26:01 +05:30
2021-10-19 12:08:19 +05:30
2021-08-06 12:25:41 +05:30
2021-10-19 12:26:01 +05:30
2021-08-06 11:51:25 +05:30