Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\early-quirks.c Create Date:2022-07-28 08:21:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fix_hypertransport_config

Proto:static void __init fix_hypertransport_config(int num, int slot, int func)

Type:void

Parameter:

TypeParameterName
intnum
intslot
intfunc
40  htcfg = Direct PCI access. This is used for PCI accesses in early boot beforethe PCI subsystem works.
41  If htcfg & 1 << 18 Then
42  printk(formational "Detected use of extended apic ids on hypertransport bus\n")
44  If (htcfg & 1 << 17 ) == 0 Then
45  printk(formational "Enabling hypertransport extended apic interrupt broadcast\n")
47  printk(formational "Note this is a bios bug, please contact your hw vendor\n")
49  htcfg |= 1 << 17