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
852e0051
Commit
852e0051
authored
May 27, 2003
by
Dave Jones
Committed by
Dave Jones
May 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] Yet another missed typedef compile fix.
parent
8cd8647b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/video/sis/sis_main.c
drivers/video/sis/sis_main.c
+4
-4
No files found.
drivers/video/sis/sis_main.c
View file @
852e0051
...
@@ -2868,8 +2868,8 @@ static int sisfb_heap_init(void)
...
@@ -2868,8 +2868,8 @@ static int sisfb_heap_init(void)
unsigned
long
*
write_port
=
0
;
unsigned
long
*
write_port
=
0
;
SIS_CMDTYPE
cmd_type
;
SIS_CMDTYPE
cmd_type
;
#ifndef AGPOFF
#ifndef AGPOFF
agp_kern_info
*
agp_info
;
struct
agp_kern_info
*
agp_info
;
agp_memory
*
agp
;
struct
agp_memory
*
agp
;
u32
agp_phys
;
u32
agp_phys
;
#endif
#endif
#endif
#endif
...
@@ -2946,8 +2946,8 @@ static int sisfb_heap_init(void)
...
@@ -2946,8 +2946,8 @@ static int sisfb_heap_init(void)
#ifndef AGPOFF
#ifndef AGPOFF
if
(
sisfb_queuemode
==
AGP_CMD_QUEUE
)
{
if
(
sisfb_queuemode
==
AGP_CMD_QUEUE
)
{
agp_info
=
vmalloc
(
sizeof
(
agp_kern
_info
));
agp_info
=
vmalloc
(
sizeof
(
*
agp
_info
));
memset
((
void
*
)
agp_info
,
0x00
,
sizeof
(
agp_kern
_info
));
memset
((
void
*
)
agp_info
,
0x00
,
sizeof
(
*
agp
_info
));
agp_copy_info
(
agp_info
);
agp_copy_info
(
agp_info
);
agp_backend_acquire
();
agp_backend_acquire
();
...
...
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