Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5485e49f
Commit
5485e49f
authored
Oct 03, 2016
by
Bjorn Helgaas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pci/misc' into next
* pci/misc: PCI: Drop CONFIG_KEXEC_CORE ifdeffery
parents
64ea3b99
ad618c99
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
drivers/pci/pci-driver.c
drivers/pci/pci-driver.c
+0
-2
No files found.
drivers/pci/pci-driver.c
View file @
5485e49f
...
...
@@ -466,7 +466,6 @@ static void pci_device_shutdown(struct device *dev)
pci_msi_shutdown
(
pci_dev
);
pci_msix_shutdown
(
pci_dev
);
#ifdef CONFIG_KEXEC_CORE
/*
* If this is a kexec reboot, turn off Bus Master bit on the
* device to tell it to not continue to do DMA. Don't touch
...
...
@@ -476,7 +475,6 @@ static void pci_device_shutdown(struct device *dev)
*/
if
(
kexec_in_progress
&&
(
pci_dev
->
current_state
<=
PCI_D3hot
))
pci_clear_master
(
pci_dev
);
#endif
}
#ifdef CONFIG_PM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment