Skip to content

Commit

Permalink
Add for Makefile L1/L2 cache size parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
javilonas committed May 29, 2015
1 parent dc47de4 commit a288a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -390,6 +390,9 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-delete-null-pointer-checks \
$(GRAPHITE_FLAGS) $(KERNELFLAGS)

# L1/L2 cache size parameters
KBUILD_CFLAGS += --param l1-cache-size=32 --param l1-cache-line-size=32 --param l2-cache-size=1024

KBUILD_AFLAGS_KERNEL :=
KBUILD_CFLAGS_KERNEL :=
KBUILD_AFLAGS := -D__ASSEMBLY__
Expand Down

0 comments on commit a288a6d

Please sign in to comment.