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
nexedi
linux
Commits
83a49f71
Commit
83a49f71
authored
Dec 03, 2002
by
Andi Kleen
Committed by
Dave Jones
Dec 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86-64 fixes from Andi
parent
39f76490
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
drivers/char/agp/Kconfig
drivers/char/agp/Kconfig
+5
-1
drivers/char/agp/generic.c
drivers/char/agp/generic.c
+3
-0
No files found.
drivers/char/agp/Kconfig
View file @
83a49f71
...
...
@@ -107,7 +107,11 @@ config AGP_SWORKS
config AGP_AMD_8151
bool "AMD 8151 support"
depends on AGP && !GART_IOMMU
depends on AGP
default GART_IOMMU
help
Say Y here to support the AMD 8151 AGP bridge and the builtin
GART on the AMD Athlon64/Opteron ("Hammer") CPUs.
config AGP_I460
bool "Intel 460GX support"
...
...
drivers/char/agp/generic.c
View file @
83a49f71
...
...
@@ -197,6 +197,9 @@ static int agp_return_size(void)
break
;
}
current_size
-=
(
agp_memory_reserved
/
(
1024
*
1024
));
if
(
current_size
<
0
)
current_size
=
0
;
return
current_size
;
}
...
...
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