Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tapasco
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
52
Issues
52
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tapasco
tapasco
Commits
4bd4ae89
Commit
4bd4ae89
authored
Jun 12, 2019
by
Carsten Heinz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude hsa char device from 32bit devices
parent
ab5503e0
Pipeline
#1321
passed with stages
in 165 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
tlkm/hsa/char_device_hsa.c
tlkm/hsa/char_device_hsa.c
+13
-0
No files found.
tlkm/hsa/char_device_hsa.c
View file @
4bd4ae89
...
...
@@ -58,6 +58,7 @@
#define TLKM_HSA_MAJOR 421
#ifdef __x86_64__
/******************************************************************************/
/* global struct and variable declarations */
...
...
@@ -516,4 +517,16 @@ void char_hsa_unregister(void)
}
}
#else
// dummy functions on 32bit devices
int
char_hsa_register
(
struct
tlkm_device
*
tlkm_dev
)
{
return
0
;
}
void
char_hsa_unregister
(
void
)
{}
#endif
/******************************************************************************/
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