Skip to content

Commit

Permalink
arm: Don't ignore lpae kernels.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Mar 5, 2015
1 parent 462e425 commit 6833264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.ml
Expand Up @@ -122,7 +122,7 @@ and kernel_filter patterns is_arm all_files =
if not is_arm then files
else (
List.filter (fun filename ->
find filename "lpae" = -1 && find filename "tegra" = -1
find filename "tegra" = -1
) files
) in
List.filter (fun filename -> has_modpath filename) files
Expand Down

0 comments on commit 6833264

Please sign in to comment.