mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 08:22:39 +00:00
[MIPS] klconfig add missing bracket
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
ff51a98799
commit
9567772f14
@ -176,7 +176,7 @@ typedef struct kl_config_hdr {
|
|||||||
/* --- New Macros for the changed kl_config_hdr_t structure --- */
|
/* --- New Macros for the changed kl_config_hdr_t structure --- */
|
||||||
|
|
||||||
#define PTR_CH_MALLOC_HDR(_k) ((klc_malloc_hdr_t *)\
|
#define PTR_CH_MALLOC_HDR(_k) ((klc_malloc_hdr_t *)\
|
||||||
(unsigned long)_k + (_k->ch_malloc_hdr_off)))
|
((unsigned long)_k + (_k->ch_malloc_hdr_off)))
|
||||||
|
|
||||||
#define KL_CONFIG_CH_MALLOC_HDR(_n) PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n))
|
#define KL_CONFIG_CH_MALLOC_HDR(_n) PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user