Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
ad858bfa
Commit
ad858bfa
authored
Oct 26, 2009
by
Borislav Petkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
amd64_edac: remove superfluous dbg printk
Signed-off-by:
Borislav Petkov
<
borislav.petkov@amd.com
>
parent
1433eb99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
drivers/edac/amd64_edac.c
drivers/edac/amd64_edac.c
+0
-3
No files found.
drivers/edac/amd64_edac.c
View file @
ad858bfa
...
...
@@ -1336,9 +1336,6 @@ static void f10_read_dram_base_limit(struct amd64_pvt *pvt, int dram)
/* Read from the ECS data register for the HIGH portion */
amd64_read_pci_cfg
(
pvt
->
addr_f1_ctl
,
high_offset
,
&
high_limit
);
debugf0
(
" HW Regs: BASE=0x%08x-%08x LIMIT= 0x%08x-%08x
\n
"
,
high_base
,
low_base
,
high_limit
,
low_limit
);
pvt
->
dram_DstNode
[
dram
]
=
(
low_limit
&
0x7
);
pvt
->
dram_IntlvSel
[
dram
]
=
(
low_limit
>>
8
)
&
0x7
;
...
...
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