File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,20 +114,20 @@ static u32 get_umc_base_f18h_m18h(u8 channel)
114114
115115static u32 hygon_get_umc_base (struct amd64_pvt * pvt , u8 channel )
116116{
117- u32 umc_base ;
118-
119- if (hygon_f18h_m4h ())
120- umc_base = get_umc_base_f18h_m4h (pvt -> mc_node_id , channel );
121- /*
122- * For Hygon family 18h model 0x18h-0x1fh processors, the UMC base
123- * are identical.
124- */
125- else if (hygon_f18h_m10h () && boot_cpu_data .x86_model >= 0x18 )
126- umc_base = get_umc_base_f18h_m18h (channel );
127- else
128- umc_base = get_umc_base (channel );
129-
130- return umc_base ;
117+ u32 umc_base ;
118+
119+ if (hygon_f18h_m4h ())
120+ umc_base = get_umc_base_f18h_m4h (pvt -> mc_node_id , channel );
121+ /*
122+ * For Hygon family 18h model 0x18h-0x1fh processors, the UMC base
123+ * are identical.
124+ */
125+ else if (hygon_f18h_m10h () && boot_cpu_data .x86_model >= 0x18 )
126+ umc_base = get_umc_base_f18h_m18h (channel );
127+ else
128+ umc_base = get_umc_base (channel );
129+
130+ return umc_base ;
131131}
132132
133133/*
You can’t perform that action at this time.
0 commit comments