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
7843a0b0
Commit
7843a0b0
authored
Jul 14, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agpgart: fix syntax error in the i8x0 file.
parent
b31450b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/char/agp/agpgart_be-i8x0.c
drivers/char/agp/agpgart_be-i8x0.c
+1
-1
No files found.
drivers/char/agp/agpgart_be-i8x0.c
View file @
7843a0b0
...
...
@@ -65,7 +65,7 @@ static int intel_8xx_fetch_size(void)
/* Intel 815 chipsets have a _weird_ APSIZE register with only
* one non-reserved bit, so mask the others out ... */
if
(
agp_bridge
.
type
==
INTEL_I815
)
temp
&=
(
1
<<
3
)
temp
&=
(
1
<<
3
)
;
values
=
A_SIZE_8
(
agp_bridge
.
aperture_sizes
);
...
...
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