File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1618,18 +1618,20 @@ static void ktsb_phys_patch(void)
16181618{
16191619 extern unsigned int __swapper_tsb_phys_patch ;
16201620 extern unsigned int __swapper_tsb_phys_patch_end ;
1621- extern unsigned int __swapper_4m_tsb_phys_patch ;
1622- extern unsigned int __swapper_4m_tsb_phys_patch_end ;
16231621 unsigned long ktsb_pa ;
16241622
16251623 ktsb_pa = kern_base + ((unsigned long )& swapper_tsb [0 ] - KERNBASE );
16261624 patch_one_ktsb_phys (& __swapper_tsb_phys_patch ,
16271625 & __swapper_tsb_phys_patch_end , ktsb_pa );
16281626#ifndef CONFIG_DEBUG_PAGEALLOC
1627+ {
1628+ extern unsigned int __swapper_4m_tsb_phys_patch ;
1629+ extern unsigned int __swapper_4m_tsb_phys_patch_end ;
16291630 ktsb_pa = (kern_base +
16301631 ((unsigned long )& swapper_4m_tsb [0 ] - KERNBASE ));
16311632 patch_one_ktsb_phys (& __swapper_4m_tsb_phys_patch ,
16321633 & __swapper_4m_tsb_phys_patch_end , ktsb_pa );
1634+ }
16331635#endif
16341636}
16351637
You can’t perform that action at this time.
0 commit comments